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

# EKParticipantStatus.unknown

The participant’s attendance status is unknown.

## Declaration

```swift
case unknown
```

## See Also

### Constants

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