Calendar Store Framework Reference
This collection of documents describes classes and methods of the Calendar Store framework. The Calendar Store framework provides read and write access to iCal data. Using a shared CalCalendarStore
object, you can fetch calendars, events, and tasks from the iCal data storage. You can also build queries using NSPredicate
objects to fetch specific sets of events and tasks. The Calendar Store framework provides a few convenience methods for creating common queries. Typically, you change calendar, event, and task objects by accessing their properties directly, and then invoke the appropriate save...
method to save your changes to the iCal database. You can also register for change notifications to update previously fetched calendar, event, and task objects when they change.