Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple iCloud calendar API [closed]

Tags:

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.

like image 769
Eric V Avatar asked Mar 17 '12 15:03

Eric V


People also ask

Is there an Apple calendar API?

There are no published web APIs for iCloud calendars. EventKit allows you to access all calendars on a device, whether they are local or from another provider including iCloud, Google, Exchange, Office365 etc.

Is there an API for iCloud?

This is an unofficial iCloud API that provides useful methods to interact with some services of iCloud.

Why did my Apple calendar events disappear?

iOS Data Disappeared/Lost You may accidentally find that your calendar events disappeared from your iPhone, it could be past events, future events, or even all the calendar events on your iPhone. Various different reasons like software update failure can cause the iPhone calendar to miss accidentally.


1 Answers

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.

like image 118
rickster Avatar answered Sep 29 '22 23:09

rickster