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

# sources

An unordered array of objects that represent accounts that contain calendars.

## Declaration

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

## Discussion

Discussion Although this property is an array, the order of the elements in the array isn’t guaranteed.

## See Also

### Accessing account sources

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