colorId property

String? colorId
getter/setter pair

The color of the calendar.

This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional.

Implementation

core.String? colorId;