Skip to content

Commit 10650de

Browse files
chore(calendar): update the api
1 parent e95799f commit 10650de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/calendar_v3.events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ <h3>Method Details</h3>
12131213
Allowed values
12141214
all - Notifications are sent to all guests.
12151215
externalOnly - Notifications are sent to non-Google Calendar guests only.
1216-
none - No notifications are sent. For calendar migration tasks, consider using the Events.import method instead.
1216+
none - 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.
12171217
supportsAttachments: boolean, Whether API client performing operation supports event attachments. Optional. The default is False.
12181218

12191219
Returns:

googleapiclient/discovery_cache/documents/calendar.v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@
960960
"enumDescriptions": [
961961
"Notifications are sent to all guests.",
962962
"Notifications are sent to non-Google Calendar guests only.",
963-
"No notifications are sent. For calendar migration tasks, consider using the Events.import method instead."
963+
"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."
964964
],
965965
"location": "query",
966966
"type": "string"
@@ -1723,7 +1723,7 @@
17231723
}
17241724
}
17251725
},
1726-
"revision": "20220114",
1726+
"revision": "20220203",
17271727
"rootUrl": "https://www.googleapis.com/",
17281728
"schemas": {
17291729
"Acl": {

0 commit comments

Comments
 (0)