I want to export Yahoo calendar (the events) via c#. For google calendar there are a lot of examples and code in the web and I succeed to export google events, but I didn't find almost nothing about exporting yahoo calendar. Am I missing something?

Thanks in advise.

link|improve this question

40% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Yes documentation does seem to be rather surprisingly scarce, Here is some information I found Here

API access to Yahoo! Calendar can be obtained through our CalDAV interface. CalDAV is a calendar synchronization protocol, which simply means that a handful of calendars such as Apple iCal and Mozilla Lightning/Sunbird use it to make their data interchangeable across other calendars, including Yahoo! Calendar.

The Yahoo! Calendar CalDAV server URL is: https://caldav.calendar.yahoo.com

The specification for CalDAV can be found at: http://www.ietf.org/rfc/rfc4791.txt?number=4791

There is also this .Net iCal class library that might help you http://sourceforge.net/projects/dday-ical/

link|improve this answer
feedback

You can export via the ICAL feed. For example this app also supports exporting Yahoo & Google Calendar to MS Word and Excel using the ical feed... http://www.wincalendar.com/Google-Calendar-Excel.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.