lionheart / openradar-mirror

A mirror of radars pulled from http://openradar.me/.
245 stars 17 forks source link

23254465: "Events Found in Mail" not accessible through EventKit #6526

Open openradar-mirror opened 9 years ago

openradar-mirror commented 9 years ago

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

openradar-mirror commented 9 years ago

Modified: 2015-10-26T16:57:27.580450

openradar-mirror commented 9 years ago

Modified: 2015-10-26T16:57:27.580450

openradar-mirror commented 9 years ago

Modified: 2015-10-26T16:57:27.580450