---
title: EKParticipantType
framework: eventkit
role: symbol
role_heading: Enumeration
path: eventkit/ekparticipanttype
---

# EKParticipantType

The type of participant.

## Declaration

```swift
enum EKParticipantType
```

## Topics

### Constants

- [EKParticipantType.unknown](eventkit/ekparticipanttype/unknown.md)
- [EKParticipantType.person](eventkit/ekparticipanttype/person.md)
- [EKParticipantType.room](eventkit/ekparticipanttype/room.md)
- [EKParticipantType.resource](eventkit/ekparticipanttype/resource.md)
- [EKParticipantType.group](eventkit/ekparticipanttype/group.md)

### Initializers

- [init(rawValue:)](eventkit/ekparticipanttype/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)
- [EKParticipantStatus](eventkit/ekparticipantstatus.md)
- [EKParticipantScheduleStatus](eventkit/ekparticipantschedulestatus.md)
