Sync with iCal through Sync Services

心已入冬 提交于 2019-12-11 14:22:39

问题


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:


If you're syncing with iCal, why not sync with the CalCalendarStore and let SyncServices sync iCal as it's likely already doing?



来源:https://stackoverflow.com/questions/4315819/sync-with-ical-through-sync-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!