transparency property

String? transparency
getter/setter pair

Whether the event blocks time on the calendar.

Optional. Possible values are:

  • "opaque" - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
  • "transparent" - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.

Implementation

core.String? transparency;