Summary:
Events that are automatically parsed with the Proactive assistant and added to the Events Found in Mail calendar can not be accessed through EventKit
Steps to Reproduce:
var eventStore = EKEventStore()
let events = eventStore.eventsMatchingPredicate(predicate) // predicate is a timeintervall covering an event created in this calendar
for event in events{
print(event)
}
Expected Results:
I expect the event to be printed. The event is shown in the calendar app but is not printed in the debug
Description
Summary: Events that are automatically parsed with the Proactive assistant and added to the Events Found in Mail calendar can not be accessed through EventKit
Steps to Reproduce: var eventStore = EKEventStore() let events = eventStore.eventsMatchingPredicate(predicate) // predicate is a timeintervall covering an event created in this calendar for event in events{ print(event) }
Expected Results: I expect the event to be printed. The event is shown in the calendar app but is not printed in the debug
Actual Results: the event is not detected
Version: 9.1
Notes:
Configuration: Simulator and iPhone 6s plus
Product Version: 9.1 Created: 2015-10-26T16:57:27.580240 Originated: 2015-10-26T00:00:00 Open Radar Link: http://www.openradar.me/23254465