API Differences in EventKit in macOS 14.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 macOS 14.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;