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

# hasAttendees

A Boolean value that indicates whether the calendar item has attendees.

## Declaration

```swift
var hasAttendees: Bool { get }
```

## Discussion

Discussion If true, the calendar item has attendees; otherwise it does not.

## See Also

### Displaying Attendees

- [attendees](eventkit/ekcalendaritem/attendees.md)
