Enum EventColor
EventColor
代表日曆服務中可用的命名活動顏色的列舉。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
CalendarApp.EventColor.PALE_BLUE
。
屬性
屬性 | 類型 | 說明 |
PALE_BLUE | Enum |
淡藍色 ("1" ),在日曆 UI 中稱為「孔雀」。 |
PALE_GREEN | Enum |
淡綠色 ("2" ),在日曆 UI 中稱為「Sage」。 |
MAUVE | Enum |
Mauve ("3" ),在 Google 日曆 UI 中稱為「葡萄色」。 |
PALE_RED | Enum |
淡紅色 ("4" ),在日曆 UI 中稱為「火鶴」。 |
YELLOW | Enum |
黃色 ("5" ),在 Google 日曆 UI 中稱為「Banana」。 |
ORANGE | Enum |
橘色 ("6" ),在 Google 日曆 UI 中稱為「橘色」。 |
CYAN | Enum |
青色 ("7" ),在日曆 UI 中稱為「薰衣草色」。 |
GRAY | Enum |
灰色 ("8" ),在日曆 UI 中稱為「Graphite」。 |
BLUE | Enum |
藍色 ("9" ),在日曆 UI 中稱為「藍莓」。 |
GREEN | Enum |
綠色 ("10" ),在日曆 UI 中稱為「Basil」。 |
RED | Enum |
紅色 ("11" ),在日曆 UI 中稱為「Tomato」。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-08 (世界標準時間)。
[null,null,["上次更新時間:2024-11-08 (世界標準時間)。"],[[["`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."]]],[]]