EventParticipationStatus
public enum EventParticipationStatus : Equatable
Undocumented
-
The event needs a response from the participant.
Declaration
Swift
case needsAction
-
The participant accepted the invitation
Declaration
Swift
case accepted
-
The participant declined the invitation
Declaration
Swift
case decliend
-
The participant accepted the invitation tentatively
Declaration
Swift
case tentative
-
The participant delegated the invitation to a different user
Declaration
Swift
case delegated
-
Custom, experimental status
Declaration
Swift
case x(String)