Enum EventColor
EventColor
カレンダー サービスで使用可能な名前付きの予定の色を表す列挙型。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
CalendarApp.EventColor.PALE_BLUE
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
PALE_BLUE | Enum |
淡い青色("1" )。 |
PALE_GREEN | Enum |
淡い緑色("2" )。 |
MAUVE | Enum |
Mauve("3" )。 |
PALE_RED | Enum |
淡い赤("4" )。 |
YELLOW | Enum |
黄("5" )。 |
ORANGE | Enum |
オレンジ("6" )。 |
CYAN | Enum |
シアン("7" )。 |
GRAY | Enum |
グレー("8" )。 |
BLUE | Enum |
青("9" )。 |
GREEN | Enum |
緑("10" )。 |
RED | Enum |
赤("11" )。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 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."]]],[]]