Query regarding Yahoo/Outlook calendar
-
I have a website with calendar like control to book resources. My requirement is to import calendar events from Outlook & Yahoo into my ASP.Net website calendar control. I need some idea about how to achieve this. For Outlook import/export i know i can use use javascript by creating outlook object. var objOutlook = new ActiveXObject( "Outlook.Application" ) For Yahoo calendar how to achieve this?
-
I have a website with calendar like control to book resources. My requirement is to import calendar events from Outlook & Yahoo into my ASP.Net website calendar control. I need some idea about how to achieve this. For Outlook import/export i know i can use use javascript by creating outlook object. var objOutlook = new ActiveXObject( "Outlook.Application" ) For Yahoo calendar how to achieve this?
For Outlook: Import and Export Outlook Appointments (using JavaScript)[^] For Yahoo: I think there are Yahoo webservice and API's exposed that can be used. Look here: Yahoo! Web Service REST Calls[^] Yahoo API URI[^]