---
title: EKParticipantRole
framework: eventkit
role: symbol
role_heading: Enumeration
path: eventkit/ekparticipantrole
---

# EKParticipantRole

The participant’s role for an event.

## Declaration

```swift
enum EKParticipantRole
```

## Topics

### Constants

- [EKParticipantRole.unknown](eventkit/ekparticipantrole/unknown.md)
- [EKParticipantRole.required](eventkit/ekparticipantrole/required.md)
- [EKParticipantRole.optional](eventkit/ekparticipantrole/optional.md)
- [EKParticipantRole.chair](eventkit/ekparticipantrole/chair.md)
- [EKParticipantRole.nonParticipant](eventkit/ekparticipantrole/nonparticipant.md)

### Initializers

- [init(rawValue:)](eventkit/ekparticipantrole/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

- [EKParticipantType](eventkit/ekparticipanttype.md)
- [EKParticipantStatus](eventkit/ekparticipantstatus.md)
- [EKParticipantScheduleStatus](eventkit/ekparticipantschedulestatus.md)
