Enum EventColor
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इवेंटरंग
Calendar सेवा में उपलब्ध, इवेंट के नाम वाले रंगों को दिखाने वाला एनम.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
CalendarApp.EventColor.PALE_BLUE
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
PALE_BLUE | Enum |
हल्का नीला ("1" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "पीकॉक" कहा जाता है. |
PALE_GREEN | Enum |
हल्का हरा ("2" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "सेज" कहा जाता है. |
MAUVE | Enum |
माउव ("3" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "अंगूर" कहा जाता है. |
PALE_RED | Enum |
हल्का लाल ("4" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "फ़्लेमिंगो" कहा जाता है. |
YELLOW | Enum |
पीला ("5" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "केला" कहा जाता है. |
ORANGE | Enum |
नारंगी ("6" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "टैंजेरिन" कहा जाता है. |
CYAN | Enum |
सियान ("7" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "लैवेंडर" कहा जाता है. |
GRAY | Enum |
स्लेटी ("8" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "ग्रेफ़ाइट" कहा जाता है. |
BLUE | Enum |
नीला ("9" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "ब्लूबेरी" कहा जाता है. |
GREEN | Enum |
हरा ("10" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "बेसिल" कहा जाता है. |
RED | Enum |
लाल ("11" ), जिसे Calendar के यूज़र इंटरफ़ेस (यूआई) में "टमाटर" कहा जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eEventColor\u003c/code\u003e is an enum used in Google Apps Script to represent the colors available for calendar events.\u003c/p\u003e\n"],["\u003cp\u003eYou can access these colors by calling \u003ccode\u003eCalendarApp.EventColor\u003c/code\u003e followed by the specific color property, like \u003ccode\u003eCalendarApp.EventColor.PALE_BLUE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eEventColor\u003c/code\u003e property corresponds to a specific color with both a numerical value and a user-friendly name displayed in the Calendar UI.\u003c/p\u003e\n"]]],[],null,["# Enum EventColor\n\nEventColor\n\nAn enum representing the named event colors available in the Calendar service.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCalendarApp.EventColor.PALE_BLUE`. \n\n### Properties\n\n| Property | Type | Description |\n|--------------|--------|----------------------------------------------------------------|\n| `PALE_BLUE` | `Enum` | Pale Blue (`\"1\"`), referred to as \"Peacock\" in th Calendar UI. |\n| `PALE_GREEN` | `Enum` | Pale Green (`\"2\"`), referred to as \"Sage\" in th Calendar UI. |\n| `MAUVE` | `Enum` | Mauve (`\"3\"`),, referred to as \"Grape\" in th Calendar UI. |\n| `PALE_RED` | `Enum` | Pale Red (`\"4\"`), referred to as \"Flamingo\" in th Calendar UI. |\n| `YELLOW` | `Enum` | Yellow (`\"5\"`), referred to as \"Banana\" in th Calendar UI. |\n| `ORANGE` | `Enum` | Orange (`\"6\"`), referred to as \"Tangerine\" in th Calendar UI. |\n| `CYAN` | `Enum` | Cyan (`\"7\"`), referred to as \"Lavender\" in th Calendar UI. |\n| `GRAY` | `Enum` | Gray (`\"8\"`), referred to as \"Graphite\" in th Calendar UI. |\n| `BLUE` | `Enum` | Blue (`\"9\"`), referred to as \"Blueberry\" in th Calendar UI. |\n| `GREEN` | `Enum` | Green (`\"10\"`), referred to as \"Basil\" in th Calendar UI. |\n| `RED` | `Enum` | Red (`\"11\"`), referred to as \"Tomato\" in th Calendar UI. |"]]