---
title: EKParticipantScheduleStatus
framework: eventkit
role: symbol
role_heading: Enumeration
path: eventkit/ekparticipantschedulestatus
---

# EKParticipantScheduleStatus

The participant’s scheduled status.

## Declaration

```swift
enum EKParticipantScheduleStatus
```

## Topics

### Constants

- [EKParticipantScheduleStatus.none](eventkit/ekparticipantschedulestatus/none.md)
- [EKParticipantScheduleStatus.pending](eventkit/ekparticipantschedulestatus/pending.md)
- [EKParticipantScheduleStatus.sent](eventkit/ekparticipantschedulestatus/sent.md)
- [EKParticipantScheduleStatus.delivered](eventkit/ekparticipantschedulestatus/delivered.md)
- [EKParticipantScheduleStatus.recipientNotRecognized](eventkit/ekparticipantschedulestatus/recipientnotrecognized.md)
- [EKParticipantScheduleStatus.noPrivileges](eventkit/ekparticipantschedulestatus/noprivileges.md)
- [EKParticipantScheduleStatus.deliveryFailed](eventkit/ekparticipantschedulestatus/deliveryfailed.md)
- [EKParticipantScheduleStatus.cannotDeliver](eventkit/ekparticipantschedulestatus/cannotdeliver.md)
- [EKParticipantScheduleStatus.recipientNotAllowed](eventkit/ekparticipantschedulestatus/recipientnotallowed.md)

### Initializers

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