Event 
 
 An enum representing the type of an event.
To call an enum, you call its parent class, name, and property. For example, CalendarApp.EventType.DEFAULT 
.
Properties
| Property | Type | Description | 
|---|---|---|
| DEFAULT | Enum | The event is a regular event. | 
| BIRTHDAY | Enum | The event is a special all-day event with an annual recurrence. | 
| FOCUS_TIME | Enum | The event is a focus-time event. | 
| FROM_GMAIL | Enum | The event is an event from Gmail. | 
| OUT_OF_OFFICE | Enum | The event is an out-of-office event. | 
| WORKING_LOCATION | Enum | The event is a working location event. | 

