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

# EKParticipantStatus.accepted

The participant has accepted the event.

## Declaration

```swift
case accepted
```

## See Also

### Constants

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