Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 442 Bytes

File metadata and controls

21 lines (13 loc) · 442 Bytes

CalendarEventEventType

The nature of the event, for example "out of office".

Example Usage

from glean.api_client.models import CalendarEventEventType

value = CalendarEventEventType.DEFAULT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
DEFAULT DEFAULT
OUT_OF_OFFICE OUT_OF_OFFICE