Colors
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই সম্পদের জন্য পদ্ধতির তালিকার জন্য, এই পৃষ্ঠার শেষে দেখুন।
সম্পদ উপস্থাপনা
{
"kind": "calendar#colors",
"updated": datetime,
"calendar": {
(key): {
"background": string,
"foreground": string
}
},
"event": {
(key): {
"background": string,
"foreground": string
}
}
}
সম্পত্তির নাম | মান | বর্ণনা | নোট |
---|
calendar | object | ক্যালেন্ডারের রঙের একটি গ্লোবাল প্যালেট, কালার আইডি থেকে এর সংজ্ঞা পর্যন্ত ম্যাপিং। একটি calendarListEntry রিসোর্স তার colorId ক্ষেত্রের এই রঙের আইডিগুলির একটিকে বোঝায়। শুধুমাত্র পঠনযোগ্য। | |
calendar. (key) | nested object | একটি ক্যালেন্ডার রঙের সংজ্ঞা। | |
calendar.(key). background | string | এই রঙের সংজ্ঞার সাথে যুক্ত পটভূমির রঙ। | |
calendar.(key). foreground | string | ফোরগ্রাউন্ড কালার যা 'ব্যাকগ্রাউন্ড' কালার দিয়ে ব্যাকগ্রাউন্ডের উপরে লেখার জন্য ব্যবহার করা যেতে পারে। | |
event | object | ইভেন্ট রঙের একটি গ্লোবাল প্যালেট, রঙ আইডি থেকে এর সংজ্ঞা পর্যন্ত ম্যাপিং। একটি event রিসোর্স তার colorId ক্ষেত্রে এই রঙের আইডিগুলির একটি উল্লেখ করতে পারে। শুধুমাত্র পঠনযোগ্য। | |
event. (key) | nested object | একটি ইভেন্ট রঙের সংজ্ঞা। | |
event.(key). background | string | এই রঙের সংজ্ঞার সাথে যুক্ত পটভূমির রঙ। | |
event.(key). foreground | string | ফোরগ্রাউন্ড কালার যা 'ব্যাকগ্রাউন্ড' কালার দিয়ে ব্যাকগ্রাউন্ডের উপরে লেখার জন্য ব্যবহার করা যেতে পারে। | |
kind | string | সম্পদের ধরন (" calendar#colors ")। | |
updated | datetime | রঙ প্যালেটের শেষ পরিবর্তনের সময় ( RFC3339 টাইমস্ট্যাম্প হিসাবে)। শুধুমাত্র পঠনযোগ্য। | |
পদ্ধতি
- পেতে
- ক্যালেন্ডার এবং ইভেন্টের জন্য রঙের সংজ্ঞা প্রদান করে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Colors\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```verilog\n{\n \"kind\": \"calendar#colors\",\n \"updated\": datetime,\n \"calendar\": {\n (key): {\n \"background\": string,\n \"foreground\": string\n }\n },\n \"event\": {\n (key): {\n \"background\": string,\n \"foreground\": string\n }\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|-----------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `calendar` | `object` | A global palette of calendar colors, mapping from the color ID to its definition. A `calendarListEntry` resource refers to one of these color IDs in its `colorId` field. Read-only. | |\n| calendar.`(key)` | `nested object` | A calendar color definition. | |\n| calendar.(key).`background` | `string` | The background color associated with this color definition. | |\n| calendar.(key).`foreground` | `string` | The foreground color that can be used to write on top of a background with 'background' color. | |\n| `event` | `object` | A global palette of event colors, mapping from the color ID to its definition. An `event` resource may refer to one of these color IDs in its `colorId` field. Read-only. | |\n| event.`(key)` | `nested object` | An event color definition. | |\n| event.(key).`background` | `string` | The background color associated with this color definition. | |\n| event.(key).`foreground` | `string` | The foreground color that can be used to write on top of a background with 'background' color. | |\n| `kind` | `string` | Type of the resource (\"`calendar#colors`\"). | |\n| `updated` | `datetime` | Last modification time of the color palette (as a [RFC3339](https://tools.ietf.org/html/rfc3339) timestamp). Read-only. | |\n\nMethods\n-------\n\n[get](/workspace/calendar/api/v3/reference/colors/get)\n: Returns the color definitions for calendars and events."]]