Since I upgraded my app to Xcode 9 and iOS 11, I've been experiencing some inconsistencies with EventKit.
- For example, when creating a new event, the event.eventIdentifier is returning nil, when the property is declared as String!. Before iOS11, it returned an empty string
- Another issue is that one of my users is getting also a nil title on an event when the property is also defined as String!.
- I'm getting another report that my app os crashing when using the standard EventKitUI editor when editing a particular task.
I'm asking if anyone else is experiencing similar issues. I've already filed a bug report a while ago when it was still in beta.
Update: Apple has flagged my bug report as a duplicate of: 34134523