backgroundColor property

String? backgroundColor
getter/setter pair

The main color of the calendar in the hexadecimal format "#0088aa".

This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.

Implementation

core.String? backgroundColor;