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

# EKParticipantStatus.declined

The participant has declined the event.

## Declaration

```swift
case declined
```

## See Also

### Constants

- [EKParticipantStatus.unknown](eventkit/ekparticipantstatus/unknown.md)
- [EKParticipantStatus.pending](eventkit/ekparticipantstatus/pending.md)
- [EKParticipantStatus.accepted](eventkit/ekparticipantstatus/accepted.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)
