iOS 17: Migrating to the new Calendar access levels
ostatnicky opened this issue · 6 comments
ostatnicky commented
As mentioned in #316 (and not sure why it was closed without any interaction) iOS 17 has new API for calendar access.
eventStore.requestAccess
should be replaced with new requestFullAccessToEvents
.
So this PermissionKit will not work on iOS 17!
alexanderpuchta commented
@ostatnicky #319 you can use my fork as long as this PR will be merged
ostatnicky commented
@ostatnicky #319 you can use my fork as long as this PR will be merged
You're a legend!
ivanvorobei commented
@ostatnicky hey. You miss my response - last release don't have any UI, only logic of request permissions. So it's very old release.
For now I see point of check it and shortly confirm PR.
ivanvorobei commented
released v9.1.0 you can upgrade now. thanks for PR and info!
ostatnicky commented
Thank you very much!
alexanderpuchta commented
you're welcome guys!