---
title: EKParticipantStatus
framework: eventkit
role: symbol
role_heading: Enumeration
path: eventkit/ekparticipantstatus
---

# EKParticipantStatus

The participant’s attendance status for an event.

## Declaration

```swift
enum EKParticipantStatus
```

## Topics

### Constants

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

### Initializers

- [init(rawValue:)](eventkit/ekparticipantstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Defining Participants

- [EKParticipantRole](eventkit/ekparticipantrole.md)
- [EKParticipantType](eventkit/ekparticipanttype.md)
- [EKParticipantScheduleStatus](eventkit/ekparticipantschedulestatus.md)
