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?