eventType property

String? eventType
getter/setter pair

Specific type of the event.

This cannot be modified after the event is created. Possible values are:

  • "default" - A regular event or not further specified.
  • "outOfOffice" - An out-of-office event.
  • "focusTime" - A focus-time event.
  • "workingLocation" - A working location event. Currently, only "default " and "workingLocation" events can be created using the API. Extended support for other event types will be made available in later releases.

Implementation

core.String? eventType;