Package apple.eventkit.enums
Class EKParticipantScheduleStatus
- java.lang.Object
-
- apple.eventkit.enums.EKParticipantScheduleStatus
-
public final class EKParticipantScheduleStatus extends java.lang.Object[@enum] EKParticipantScheduleStatus 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longCannotDeliverstatic longDeliveredstatic longDeliveryFailedstatic longNonestatic longNoPrivilegesstatic longPendingstatic longRecipientNotAllowedstatic longRecipientNotRecognizedstatic longSent
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Pending
public static final long Pending
- See Also:
- Constant Field Values
-
Sent
public static final long Sent
- See Also:
- Constant Field Values
-
Delivered
public static final long Delivered
- See Also:
- Constant Field Values
-
RecipientNotRecognized
public static final long RecipientNotRecognized
- See Also:
- Constant Field Values
-
NoPrivileges
public static final long NoPrivileges
- See Also:
- Constant Field Values
-
DeliveryFailed
public static final long DeliveryFailed
- See Also:
- Constant Field Values
-
CannotDeliver
public static final long CannotDeliver
- See Also:
- Constant Field Values
-
RecipientNotAllowed
public static final long RecipientNotAllowed
- See Also:
- Constant Field Values
-
-