Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've been trying to find out of its possible to access Apple's iCloud calendar from a web application.

Does it support CalDAV or any sort of web API? I can't seem to find a clear answer for this.

share|improve this question

1 Answer

iCloud uses CalDAV. A quick Google search returns this hint for determining server URL info for use with iCal on Mac OS 10.6 -- but once you have that info you should be able to use it with any CalDAV client.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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