Update all json files; make some fixes to make it work at all

This commit is contained in:
Sebastian Thiel
2022-03-08 07:59:31 +08:00
parent d12cd3238e
commit 743a56f4b7
372 changed files with 256017 additions and 32197 deletions

View File

@@ -814,7 +814,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used)."
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
],
"location": "query",
"type": "string"
@@ -960,7 +960,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used)."
"No notifications are sent. Warning: Using the value none can have significant adverse effects, including events not syncing to external calendars or events being lost altogether for some users. For calendar migration tasks, consider using the events.import method instead."
],
"location": "query",
"type": "string"
@@ -1241,7 +1241,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used)."
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
],
"location": "query",
"type": "string"
@@ -1312,7 +1312,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used)."
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
],
"location": "query",
"type": "string"
@@ -1365,7 +1365,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used)."
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
],
"location": "query",
"type": "string"
@@ -1442,7 +1442,7 @@
"enumDescriptions": [
"Notifications are sent to all guests.",
"Notifications are sent to non-Google Calendar guests only.",
"No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used)."
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
],
"location": "query",
"type": "string"
@@ -1723,7 +1723,7 @@
}
}
},
"revision": "20210327",
"revision": "20220217",
"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": {
@@ -2104,12 +2104,12 @@
"id": "ConferenceData",
"properties": {
"conferenceId": {
"description": "The ID of the conference.\nCan be used by developers to keep track of conferences, should not be displayed to users.\nValues for solution types: \n- \"eventHangout\": unset.\n- \"eventNamedHangout\": the name of the Hangout.\n- \"hangoutsMeet\": the 10-letter meeting code, for example \"aaa-bbbb-ccc\".\n- \"addOn\": defined by 3P conference provider. Optional.",
"description": "The ID of the conference.\nCan be used by developers to keep track of conferences, should not be displayed to users.\nThe ID value is formed differently for each conference solution type: \n- eventHangout: ID is not set. (This conference type is deprecated.)\n- eventNamedHangout: ID is the name of the Hangout. (This conference type is deprecated.)\n- hangoutsMeet: ID is the 10-letter meeting code, for example aaa-bbbb-ccc.\n- addOn: ID is defined by the third-party provider. Optional.",
"type": "string"
},
"conferenceSolution": {
"$ref": "ConferenceSolution",
"description": "The conference solution, such as Hangouts or Google Meet.\nUnset for a conference with a failed create request.\nEither conferenceSolution and at least one entryPoint, or createRequest is required."
"description": "The conference solution, such as Google Meet.\nUnset for a conference with a failed create request.\nEither conferenceSolution and at least one entryPoint, or createRequest is required."
},
"createRequest": {
"$ref": "CreateConferenceRequest",
@@ -2131,7 +2131,7 @@
"description": "Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming."
},
"signature": {
"description": "The signature of the conference data.\nGenerated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.\nUnset for a conference with a failed create request.\nOptional for a conference with a pending create request.",
"description": "The signature of the conference data.\nGenerated on server side.\nUnset for a conference with a failed create request.\nOptional for a conference with a pending create request.",
"type": "string"
}
},
@@ -2204,7 +2204,7 @@
"id": "ConferenceSolutionKey",
"properties": {
"type": {
"description": "The conference solution type.\nIf a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.\nThe possible values are: \n- \"eventHangout\" for Hangouts for consumers (http://hangouts.google.com)\n- \"eventNamedHangout\" for classic Hangouts for Google Workspace users (http://hangouts.google.com)\n- \"hangoutsMeet\" for Google Meet (http://meet.google.com)\n- \"addOn\" for 3P conference providers",
"description": "The conference solution type.\nIf a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.\nThe possible values are: \n- \"eventHangout\" for Hangouts for consumers (deprecated; existing events may show this conference solution type but new conferences cannot be created)\n- \"eventNamedHangout\" for classic Hangouts for Google Workspace users (deprecated; existing events may show this conference solution type but new conferences cannot be created)\n- \"hangoutsMeet\" for Google Meet (http://meet.google.com)\n- \"addOn\" for 3P conference providers",
"type": "string"
}
},
@@ -2296,7 +2296,7 @@
"properties": {
"anyoneCanAddSelf": {
"default": "false",
"description": "Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.",
"description": "Whether anyone can invite themselves to the event (deprecated). Optional. The default is False.",
"type": "boolean"
},
"attachments": {
@@ -2343,7 +2343,7 @@
"type": "string"
},
"id": {
"description": "The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API",
"description": "The creator's Profile ID, if available.",
"type": "string"
},
"self": {
@@ -2380,7 +2380,7 @@
},
"eventType": {
"default": "default",
"description": "Specific type of the event. Read-only. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event.",
"description": "Specific type of the event. Read-only. Possible values are: \n- \"default\" - A regular event or not further specified. \n- \"outOfOffice\" - An out-of-office event. \n- \"focusTime\" - A focus-time event.",
"type": "string"
},
"extendedProperties": {
@@ -2465,7 +2465,7 @@
"type": "boolean"
},
"hangoutLink": {
"description": "An absolute link to the Google+ hangout associated with this event. Read-only.",
"description": "An absolute link to the Google Hangout associated with this event. Read-only.",
"type": "string"
},
"htmlLink": {
@@ -2511,7 +2511,7 @@
"type": "string"
},
"id": {
"description": "The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API",
"description": "The organizer's Profile ID, if available.",
"type": "string"
},
"self": {
@@ -2663,7 +2663,7 @@
"type": "string"
},
"id": {
"description": "The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API",
"description": "The attendee's Profile ID, if available.",
"type": "string"
},
"optional": {