Enum EventColor

  • EventColor is an enum representing named event colors available in the Calendar service.

  • To use an enum, call its parent class, name, and property, for example, CalendarApp.EventColor.PALE_BLUE.

  • The available colors include Pale Blue, Pale Green, Mauve, Pale Red, Yellow, Orange, Cyan, Gray, Blue, Green, and Red, each corresponding to a color name in the Calendar UI.

EventColor

An enum representing the named event colors available in the Calendar service.

To call an enum, you call its parent class, name, and property. For example, CalendarApp.EventColor.PALE_BLUE.

Properties

PropertyTypeDescription
PALE_BLUEEnum
Pale Blue ("1"), referred to as "Peacock" in th Calendar UI.
PALE_GREENEnum
Pale Green ("2"), referred to as "Sage" in th Calendar UI.
MAUVEEnum
Mauve ("3"),, referred to as "Grape" in th Calendar UI.
PALE_REDEnum
Pale Red ("4"), referred to as "Flamingo" in th Calendar UI.
YELLOWEnum
Yellow ("5"), referred to as "Banana" in th Calendar UI.
ORANGEEnum
Orange ("6"), referred to as "Tangerine" in th Calendar UI.
CYANEnum
Cyan ("7"), referred to as "Lavender" in th Calendar UI.
GRAYEnum
Gray ("8"), referred to as "Graphite" in th Calendar UI.
BLUEEnum
Blue ("9"), referred to as "Blueberry" in th Calendar UI.
GREENEnum
Green ("10"), referred to as "Basil" in th Calendar UI.
REDEnum
Red ("11"), referred to as "Tomato" in th Calendar UI.