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):2024-11-08。
[null,null,["最后更新时间 (UTC):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."]]],[]]