InviteeResponse
public enum InviteeResponse : String
Responses of a calendar meeting invitee
Since
3.2.0-
The invitee is the organizer
Declaration
Swift
case organizer -
The invitee accepted the invite
Declaration
Swift
case accepted -
The invitee declined the invite
Declaration
Swift
case declined -
The invitee responded as tentative
Declaration
Swift
case tentative -
The invitee responded as unavailable
Declaration
Swift
case unavailable -
The invitee is yet to respond
Declaration
Swift
case waitingForResponse
View on GitHub