I am still having this Issue even after adding the key to the info.plist. Does anyone have any further info on this issue?
if #available(iOS 17.0, *) {
store.requestFullAccessToEvents {
granted, error in
DispatchQueue.main.async {
print("granted (granted)")
}
}
}
Never prompts the user to access the calendar.