API Differences in EventKit in iOS 17.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in EventKit in the iOS 17.0 SDK.

Table of Contents

Functions & Methods

EKEventStore
- (void)requestFullAccessToEventsWithCompletion:(nonnull EKEventStoreRequestAccessCompletionHandler)completion;
EKEventStore
- (void)requestWriteOnlyAccessToEventsWithCompletion:(nonnull EKEventStoreRequestAccessCompletionHandler)completion;
EKEventStore
- (void)requestFullAccessToRemindersWithCompletion:(nonnull EKEventStoreRequestAccessCompletionHandler)completion;