SimpleEKDemo

Last Revision:
Version 3.0, 2015-09-16
converted to Modern Objective-C syntax, now deploying in 8.0, added launch screen, updated UIAlertView deprecation (deprecated in iOS 9.0), now using Objective-C modules
(Full Revision History)
Build Requirements:
iOS 8.4 SDK or later
Runtime Requirements:
iOS 8.0 or later

The application demonstrates how to check and request access to a user's Calendar. It uses table views to display EKCalendar object and EKEvent objects retrieved from an EKEventStore object. It implements EKEventViewController for viewing and editing existing EKEvents, and uses EKEventEditViewController for creating new EKEvents.

Next