Enum EventColor
Stay organized with collections
Save and categorize content based on your preferences.
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
Property | Type | Description |
PALE_BLUE | Enum |
Pale Blue ("1" ), referred to as "Peacock" in th Calendar UI. |
PALE_GREEN | Enum |
Pale Green ("2" ), referred to as "Sage" in th Calendar UI. |
MAUVE | Enum |
Mauve ("3" ),, referred to as "Grape" in th Calendar UI. |
PALE_RED | Enum |
Pale Red ("4" ), referred to as "Flamingo" in th Calendar UI. |
YELLOW | Enum |
Yellow ("5" ), referred to as "Banana" in th Calendar UI. |
ORANGE | Enum |
Orange ("6" ), referred to as "Tangerine" in th Calendar UI. |
CYAN | Enum |
Cyan ("7" ), referred to as "Lavender" in th Calendar UI. |
GRAY | Enum |
Gray ("8" ), referred to as "Graphite" in th Calendar UI. |
BLUE | Enum |
Blue ("9" ), referred to as "Blueberry" in th Calendar UI. |
GREEN | Enum |
Green ("10" ), referred to as "Basil" in th Calendar UI. |
RED | Enum |
Red ("11" ), referred to as "Tomato" in th Calendar UI. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-23 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-08-23 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-23 UTC."]]