I'm looking for sample code on how to sync with ical through sync services. Or anything that can point me to the right direction on how to do it. I've already gotten sync services up and running for my own core data schema, but I am not sure on how to do it with iCal.
I found the calendar schema on apple docs on the link below, but have no idea on how to start implementing it with sync services.
http://developer.apple.com/library/mac/#documentation/AppleApplications/Reference/SyncServicesSchemaRef/Articles/Calendars.html%23//apple_ref/doc/uid/TP40001540-CJBEHAAG
Thank you,
Jose.
发布评论
评论(1)
如果您要与 iCal 同步,为什么不与 CalCalendarStore 并让 SyncServices 同步 iCal,就像它可能已经在做的那样?
If you're syncing with iCal, why not sync with the CalCalendarStore and let SyncServices sync iCal as it's likely already doing?