March 2013
Intermediate to advanced
1000 pages
34h 51m
English
The user’s calendar information, which the user sees through the Calendar app, is effectively a database. This database can be accessed directly through the Event Kit framework. You’ll link to EventKit.framework and import <EventKit/EventKit.h>. Starting in iOS 6, the calendar database also includes reminders, which the user sees through the Reminders app.
A user interface for interacting with the calendar, similar to the Calendar app, is also provided, through the Event Kit UI framework. You’ll link to EventKitUI.framework and import <EventKitUI/EventKitUI.h>.
Read now
Unlock full access