calendar property

Map<String, ColorDefinition>? calendar
getter/setter pair

A global palette of calendar colors, mapping from the color ID to its definition.

A calendarListEntry resource refers to one of these color IDs in its colorId field. Read-only.

Implementation

core.Map<core.String, ColorDefinition>? calendar;