sparrowcode/PermissionsKit

iOS 17: Migrating to the new Calendar access levels

ostatnicky opened this issue · 6 comments

As mentioned in #316 (and not sure why it was closed without any interaction) iOS 17 has new API for calendar access.

eventStore.requestAccess

eventStore.requestAccess(to: EKEntityType.event, completion: {

should be replaced with new requestFullAccessToEvents.

So this PermissionKit will not work on iOS 17!

@ostatnicky #319 you can use my fork as long as this PR will be merged

@ostatnicky #319 you can use my fork as long as this PR will be merged

You're a legend!

@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.

released v9.1.0 you can upgrade now. thanks for PR and info!

Thank you very much!

you're welcome guys!