default calendar for new event in iOS17

It looks like the delegate function eventEditViewControllerDefaultCalendar(forNewEvents controller: EKEventEditViewController) -> EKCalendar of the EKEventEditViewDelegate protocol is not called in iOS 17 anymore.

The app does have the new NSCalendarsFullAccessUsageDescription key set and full access is granted.

Is this the intended behaviour for iOS 17? Does anybody else have the same problem?

Post not yet marked as solved Up vote post of andre07 Down vote post of andre07
395 views

Replies

I created an example project. Please see FB13192619