Enum GuestStatus

GuestStatus

An enum representing the statuses a guest can have for an event.

To call an enum, you call its parent class, name, and property. For example, CalendarApp.GuestStatus.INVITED.

Properties

PropertyTypeDescription
INVITEDEnumThe guest has been invited, but has not indicated whether they are attending.
MAYBEEnumThe guest has indicated they might attend.
NOEnumThe guest has indicated they are not attending.
OWNEREnumThe guest is the owner of the event.
YESEnumThe guest has indicated they are attending.