Enumeration: EKParticipantStatus
Overview
Represents a participant’s attendance status for an event.
Constant Summary
- EKParticipantStatusUnknown
The participant’s attendance status is unknown.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusPending
The participant has yet to respond to the event.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusAccepted
The participant has accepted the event.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusDeclined
The participant has declined the event.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusTentative
The participant’s attendance status is tentative.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusDelegated
The participant has delegated attendance to another participant.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusCompleted
The participant’s event has completed.available in ios 4.0 and later.declared in ektypes.h.
- EKParticipantStatusInProcess
The participant’s event is currently in process.available in ios 4.0 and later.declared in ektypes.h.