Colors
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このリソースのメソッドの一覧は、このページの最後に掲載されています。
リソース表現
{
"kind": "calendar#colors",
"updated": datetime,
"calendar": {
(key): {
"background": string,
"foreground": string
}
},
"event": {
(key): {
"background": string,
"foreground": string
}
}
}
プロパティ名 |
値 |
説明 |
メモ |
calendar |
object |
カラー ID からその定義にマッピングされたカレンダー カラーのグローバル パレット。calendarListEntry リソースは、colorId フィールドでこれらのカラー ID のいずれかを参照します。読み取り専用です。 |
|
calendar.(key) |
nested object |
カレンダーの色の定義。 |
|
calendar.(key).background |
string |
この色の定義に関連付けられている背景色。 |
|
calendar.(key).foreground |
string |
「background」した背景の上に重ねて書き込む際に使用できる前景色指定します。 |
|
event |
object |
カラー ID からその定義にマッピングされたイベントカラーのグローバル パレット。event リソースは、colorId フィールドでこれらのカラー ID のいずれかを参照できます。読み取り専用です。 |
|
event.(key) |
nested object |
イベントの色の定義。 |
|
event.(key).background |
string |
この色の定義に関連付けられている背景色。 |
|
event.(key).foreground |
string |
「background」した背景の上に重ねて書き込む際に使用できる前景色指定します。 |
|
kind |
string |
リソースのタイプ(「calendar#colors 」)。 |
|
updated |
datetime |
カラーパレットの最終更新日時(RFC3339 タイムスタンプ形式)。読み取り専用です。 |
|
メソッド
- get
- カレンダーと予定の色の定義を返します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、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."]]