Skip to content

Commit

Permalink
Merge pull request #325 from ostatnicky/ostatnicky/fix-calendar-full-…
Browse files Browse the repository at this point in the history
…access-request

Fix full access request to Calendar
  • Loading branch information
ivanvorobei committed Sep 28, 2023
2 parents 92abeaa + 8356098 commit bae5e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CalendarPermission/CalendarPermission.swift
Expand Up @@ -105,7 +105,7 @@ public class CalendarPermission: Permission {
}

let requestFull = {
eventStore.requestWriteOnlyAccessToEvents { (accessGranted: Bool, error: Error?) in
eventStore.requestFullAccessToEvents { (accessGranted: Bool, error: Error?) in
DispatchQueue.main.async {
completion()
}
Expand Down

0 comments on commit bae5e11

Please sign in to comment.