foregroundColor property

String? foregroundColor
getter/setter pair

The foreground color of the calendar in the hexadecimal format "#ffffff".

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? foregroundColor;