Enum EventColor
EventColor
Ein Enum-Wert, der die benannten Terminfarben darstellt, die im Kalender-Dienst verfügbar sind.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
CalendarApp.EventColor.PALE_BLUE
.
Attribute
Property | Typ | Beschreibung |
PALE_BLUE | Enum |
Hellblau ("1" ). |
PALE_GREEN | Enum |
Hellgrün ("2" ). |
MAUVE | Enum |
Malve ("3" ) |
PALE_RED | Enum |
Hellrot ("4" ). |
YELLOW | Enum |
Gelb ("5" ). |
ORANGE | Enum |
Orange ("6" ). |
CYAN | Enum |
Cyan ("7" ) |
GRAY | Enum |
Grau ("8" ) |
BLUE | Enum |
Blau ("9" ). |
GREEN | Enum |
Grün ("10" ) |
RED | Enum |
Rot ("11" ) |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["`EventColor` is an enum used in Google Apps Script to represent the colors available for calendar events."],["You can access these colors by calling `CalendarApp.EventColor` followed by the specific color property, like `CalendarApp.EventColor.PALE_BLUE`."],["Each `EventColor` property corresponds to a specific color with both a numerical value and a user-friendly name displayed in the Calendar UI."]]],[]]