technerd
technerd

Reputation: 14514

iCloud Calendar sync in application

I am creating application as like Sunrise, Calendar by Riddle, Tiny Calendar, Calendar 5.

Requirement is to add multiple iCloud Calendar in application as like above applications doing.

I want to sync Apple Calendar (iCal) as like this applications. I got success with Google Calendar Sync, but not finding way to sync iCal. Don't know how this all applications are accomplishing it. Whether they are doing from App side or from server side?

I have go through CalDAV, but not finding way.

Any one have idea from which API I can implement iCloud Calendar sync in my application?

If any one have ever implemented multiple iCloud Calendar Sync then please help me.

Upvotes: 0

Views: 2505

Answers (1)

hnh
hnh

Reputation: 14815

iCloud currently uses CalDAV to community with the Calendar apps on iOS and macOS. You can easily look at the CalDAV requests/responses exchanged between those and iCloud using a tool like Charles.

This is a pretty good introduction on how to build a CalDAV client: Building a CalDAV client.

You may want to come back with more specific questions if you run into issues. "I have go through CalDAV, but not finding way." is a little, well, very vague ;-)

Upvotes: 0

Related Questions