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.


Framework
/System/Library/Frameworks/CalendarStore.framework
Header file directories
CalendarStore.framework/Headers

Class References

CalAlarm
CalAttendee
CalCalendar
CalCalendarItem
CalCalendarStore
CalEvent
CalNthWeekDay
CalRecurrenceEnd
CalRecurrenceRule
CalTask

Other References

Constants

 

PDF 

Revision History
Index



© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-07-08)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.