New iOS 17 requestFullAccessToEvents returns always notDetermined on first run of an app.
@ivanvorobei @alexanderpuchta is it working to you?
We need a fix there #325 but we need to have a return value in func request(completion: @escaping () -> Void) because requestFullAccessToEvents returns accessGranted = true but status or EKEventStore.authorizationStatus(for: EKEntityType.event) returns .notDetermined until you run your app again.
So this library still doesn't work well on iOS 17.