diff --git a/discovery/calendar-v3.json b/discovery/calendar-v3.json index 4a1e7e40fec..9c2f82716cb 100644 --- a/discovery/calendar-v3.json +++ b/discovery/calendar-v3.json @@ -1723,7 +1723,7 @@ } } }, - "revision": "20210417", + "revision": "20210424", "rootUrl": "https://www.googleapis.com/", "schemas": { "Acl": { @@ -2074,9 +2074,9 @@ "calendar": { "additionalProperties": { "$ref": "ColorDefinition", - "description": "A calendar color defintion." + "description": "A calendar color definition." }, - "description": "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 color field. Read-only.", + "description": "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.", "type": "object" }, "event": { @@ -2084,7 +2084,7 @@ "$ref": "ColorDefinition", "description": "An event color definition." }, - "description": "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 color field. Read-only.", + "description": "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.", "type": "object" }, "kind": { diff --git a/src/apis/calendar/v3.ts b/src/apis/calendar/v3.ts index 0a11a108044..2be5ca9b3f9 100644 --- a/src/apis/calendar/v3.ts +++ b/src/apis/calendar/v3.ts @@ -384,11 +384,11 @@ export namespace calendar_v3 { } export interface Schema$Colors { /** - * 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 color field. Read-only. + * 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. */ calendar?: {[key: string]: Schema$ColorDefinition} | null; /** - * 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 color field. Read-only. + * 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. */ event?: {[key: string]: Schema$ColorDefinition} | null; /**