---
title: delegateSources
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekeventstore/delegatesources
---

# delegateSources

The event sources delegated to the person using your app.

## Declaration

```swift
var delegateSources: [EKSource] { get }
```

## Discussion

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.

## See Also

### Accessing account sources

- [sources](eventkit/ekeventstore/sources.md)
- [source(withIdentifier:)](eventkit/ekeventstore/source(withidentifier:).md)
