delegateSources
The event sources delegated to the person using your app.
Declaration
var delegateSources: [EKSource] { get }Discussion
By default, delegate event sources aren’t included in an event store’s sources. To access events and reminders in a delegate source:
Use init() to initialize an EKEventStore.
Use requestAccess(to:completion:) to request access to the desired entity types.
Get the delegate sources from the event store using delegateSources.
After the request is granted, initialize another EKEventStore using init(sources:), passing the delegate stores.