Click here to Skip to main content
15,884,062 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
is there a way to access icloud calendar from my .net application?
to manage events on my calendar from my .net application?
Posted
Comments
anthony_hunt 4-Jun-15 8:17am    
I cannot find any post 2012 solution to this problem that works. All examples I have found that use DDay.iCal and iCalendar.LoadFromUri(new Uri("https://p04-calendarws.icloud.com"), "username", "password"); fail, returning null. Fiddler reports the connection is refused - not authorised. Does anyone have a working solution? I've been going though everything on Google and nothing works. Have Apple just pulled the plug? Can't even find that out.
vin14976 20-Nov-15 4:34am    
Hi,

Looking for the same. Did you find any pointers in the mean while?

1 solution

iGoogle would've helped you here :)

http://stackoverflow.com/questions/9751255/apple-icloud-calendar-api[^]


So, it's calDAV [^]

Some more search results would link you to here...

http://groups.google.com/group/sabredav-discuss/browse_thread/thread/81c5b9c02d8e6e31[^]

...which recommends some open source starter points, e.g.

http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/[^]


So, the answer is yes you can
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900