You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### calendar:v3
The following keys were added:
- schemas.CalendarListEntry.properties.autoAcceptInvitations.description
- schemas.CalendarListEntry.properties.autoAcceptInvitations.type
Copy file name to clipboardExpand all lines: discovery/calendar-v3.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1890,7 +1890,7 @@
1890
1890
}
1891
1891
}
1892
1892
},
1893
-
"revision": "20251123",
1893
+
"revision": "20251207",
1894
1894
"rootUrl": "https://www.googleapis.com/",
1895
1895
"schemas": {
1896
1896
"Acl": {
@@ -2066,6 +2066,10 @@
2066
2066
"description": "The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyReader\" - Provides read access to free/busy information. \n- \"reader\" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. \n- \"writer\" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. \n- \"owner\" - Provides manager access to the calendar. This role has all of the permissions of the writer role with the additional ability to see and modify access levels of other users.\nImportant: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.",
2067
2067
"type": "string"
2068
2068
},
2069
+
"autoAcceptInvitations": {
2070
+
"description": "Whether this calendar automatically accepts invitations. Only valid for resource calendars. Read-only.",
2071
+
"type": "boolean"
2072
+
},
2069
2073
"backgroundColor": {
2070
2074
"description": "The main color of the calendar in the hexadecimal format \"#0088aa\". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.",
* Important: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.
247
247
*/
248
248
accessRole?: string|null;
249
+
/**
250
+
* Whether this calendar automatically accepts invitations. Only valid for resource calendars. Read-only.
251
+
*/
252
+
autoAcceptInvitations?: boolean|null;
249
253
/**
250
254
* The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.
0 commit comments