---
title: EKParticipantStatus.pending
framework: eventkit
role: symbol
role_heading: Case
path: eventkit/ekparticipantstatus/pending
---

# EKParticipantStatus.pending

The participant has yet to respond to the event.

## Declaration

```swift
case pending
```

## See Also

### Constants

- [EKParticipantStatus.unknown](eventkit/ekparticipantstatus/unknown.md)
- [EKParticipantStatus.accepted](eventkit/ekparticipantstatus/accepted.md)
- [EKParticipantStatus.declined](eventkit/ekparticipantstatus/declined.md)
- [EKParticipantStatus.tentative](eventkit/ekparticipantstatus/tentative.md)
- [EKParticipantStatus.delegated](eventkit/ekparticipantstatus/delegated.md)
- [EKParticipantStatus.completed](eventkit/ekparticipantstatus/completed.md)
- [EKParticipantStatus.inProcess](eventkit/ekparticipantstatus/inprocess.md)
