<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKParticipantType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:@E@EKParticipantType"
  },
  "title" : "EKParticipantType"
}
-->

# EKParticipantType

The type of participant.

```
enum EKParticipantType
```

## Topics

### Constants

[`EKParticipantTypeUnknown`](/documentation/EventKit/EKParticipantType/unknown)

The participant’s type is unknown.

[`EKParticipantTypePerson`](/documentation/EventKit/EKParticipantType/person)

The participant is a person.

[`EKParticipantTypeRoom`](/documentation/EventKit/EKParticipantType/room)

The participant is a room.

[`EKParticipantTypeResource`](/documentation/EventKit/EKParticipantType/resource)

The participant is a resource.

[`EKParticipantTypeGroup`](/documentation/EventKit/EKParticipantType/group)

The participant is a group.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)