Ios swift – requestAccessToEntityType:completion: has been deprecated calling this is no longer allowed. Instead use requestFullAccessToEventsWithCompletion:
Today, I have updated my Xcode to 15.0 and my iPhone to iOS 17, but now my code that writes EKEvent in the calendar does not work anymore. It was working fine in earlier versions of iOS. Do I have…