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?

I created an example project. Please see FB13192619

default calendar for new event in iOS17
 
 
Q