Documentation Archive Developer
Search

EventKit Changes

EventKit

Removed EKCalendar.init(eventStore: EKEventStore!)
Modified EKCalendar.init(forEntityType: EKEntityType, eventStore: EKEventStore!)
Introduction
FromiOS 8.0
ToiOS 6.0

Modified EKSource.calendarsForEntityType(EKEntityType) -> Set<NSObject>!
Declaration
From
func calendarsForEntityType(_ entityType: EKEntityType) -> NSSet!
To
func calendarsForEntityType(_ entityType: EKEntityType) -> Set<NSObject>!

Modified EKErrorDomain
Declaration
From
let EKErrorDomain: NSString!
To
let EKErrorDomain: String

Modified EKEventStoreChangedNotification
Declaration
From
let EKEventStoreChangedNotification: NSString!
To
let EKEventStoreChangedNotification: String