---
title: attendees
framework: eventkit
role: symbol
role_heading: Instance Property
path: eventkit/ekcalendaritem/attendees
---

# attendees

The attendees associated with the calendar item, as an array of EKParticipant objects.

## Declaration

```swift
var attendees: [EKParticipant]? { get }
```

## Discussion

Discussion This property is read-only; it is not possible to add attendees with Event Kit. This property is nil if the calendar item has no attendees.

## See Also

### Displaying Attendees

- [hasAttendees](eventkit/ekcalendaritem/hasattendees.md)
