public final class EKParticipantScheduleStatus
extends java.lang.Object
Value representing the status of a meeting invite.
[@constant] EKParticipantScheduleStatusNone Default value. Indicates that no invitation has been sent yet. [@constant] EKParticipantScheduleStatusPending The invitation is in the process of being sent. [@constant] EKParticipantScheduleStatusSent The invitation has been sent, but we have no way of determing if it was successfully delivered. [@constant] EKParticipantScheduleStatusDelivered The invitation has been sent and successfully delivered. [@constant] EKParticipantScheduleStatusRecipientNotRecognized The invitation wasn't delivered because we source doesn't recognize the recipient. [@constant] EKParticipantScheduleStatusNoPrivileges The invitation wasn't delivered because of insufficient privileges. [@constant] EKParticipantScheduleStatusDeliveryFailed The invitation wasn't delivered most likely due to a temporary failure. [@constant] EKParticipantScheduleStatusCannotDeliver The invitation wasn't delivered because we're unsure how to deliver it. This is a permanent failure. [@constant] EKParticipantScheduleStatusRecipientNotAllowed The invitation wasn't delivered because scheduling with the participant isn't allowed. This is a permanent failure.
| Modifier and Type | Field and Description |
|---|---|
static long |
CannotDeliver |
static long |
Delivered |
static long |
DeliveryFailed |
static long |
None |
static long |
NoPrivileges |
static long |
Pending |
static long |
RecipientNotAllowed |
static long |
RecipientNotRecognized |
static long |
Sent |
public static final long None
public static final long Pending
public static final long Sent
public static final long Delivered
public static final long RecipientNotRecognized
public static final long NoPrivileges
public static final long DeliveryFailed
public static final long CannotDeliver
public static final long RecipientNotAllowed