Enum InvitationStatus
Status if this appointment represents an invitation
Syntax
InvitationStatus
Fields
Name | Description |
---|---|
Unknown | Unknown - used when initializing |
None | 1: Default value when the appointment is not a booking child |
Accepted | 2: The invitation has been accepted |
Hidden | 4: Hidden |
Invitation | 5: An invitation to a meeting not observed by the attending party |
Moved | 6: The meeting has been moved |
Seen | 7: An invitation to a meeting observed by the attending party. This can also be viewed upon as a tentative response to participate in the meeting. |
MovedSeen | 8: The meeting has been moved, and this is observed by the attending party |
Declined | 9: The invitation has been declined/rejected |
Cancelled | 10: The meeting has been cancelled. |