---
title: sources
framework: EventKit
role: symbol
role_heading: Instance Property
platforms: [iOS 5.0+, iPadOS 5.0+, Mac Catalyst 13.1+, macOS 10.8+, visionOS 1.0+, watchOS 2.0+]
path: eventkit/ekeventstore/1507315-sources
---

# sources

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

## Declaration

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

## Discussion

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

## See Also

### Accessing account sources

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