Enum EventColor
EventColor
表示日历服务中提供的已命名活动颜色的枚举。
若要调用枚举,您可以调用其父类、名称和属性。例如
CalendarApp.EventColor.PALE_BLUE
。
属性
媒体资源 | 类型 | 说明 |
PALE_BLUE | Enum |
浅蓝色 ("1" )。 |
PALE_GREEN | Enum |
浅绿色 ("2" )。 |
MAUVE | Enum |
淡紫色 ("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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`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."]]],[]]