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.
  • "fromGmail" - An event from Gmail. This type of event cannot be created.

Implementation

core.String? eventType;