Skip to content

Commit 4da17f7

Browse files
chore(calendar): update the api
1 parent 9ea0171 commit 4da17f7

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

docs/dyn/calendar_v3.acl.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ <h3>Method Details</h3>
130130

131131
{
132132
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
133-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
133+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
134134
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
135135
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
136136
# - &quot;none&quot; - Provides no access.
137137
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
138138
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
139139
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
140140
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
141-
&quot;scope&quot;: { # The scope of the rule.
141+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
142142
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
143143
# - &quot;default&quot; - The public scope. This is the default value.
144144
# - &quot;user&quot; - Limits the scope to a single user.
@@ -160,15 +160,15 @@ <h3>Method Details</h3>
160160

161161
{
162162
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
163-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
163+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
164164
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
165165
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
166166
# - &quot;none&quot; - Provides no access.
167167
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
168168
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
169169
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
170170
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
171-
&quot;scope&quot;: { # The scope of the rule.
171+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
172172
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
173173
# - &quot;default&quot; - The public scope. This is the default value.
174174
# - &quot;user&quot; - Limits the scope to a single user.
@@ -185,15 +185,15 @@ <h3>Method Details</h3>
185185

186186
{
187187
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
188-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
188+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
189189
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
190190
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
191191
# - &quot;none&quot; - Provides no access.
192192
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
193193
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
194194
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
195195
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
196-
&quot;scope&quot;: { # The scope of the rule.
196+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
197197
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
198198
# - &quot;default&quot; - The public scope. This is the default value.
199199
# - &quot;user&quot; - Limits the scope to a single user.
@@ -226,15 +226,15 @@ <h3>Method Details</h3>
226226
&quot;items&quot;: [ # List of rules on the access control list.
227227
{
228228
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
229-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
229+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
230230
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
231231
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
232232
# - &quot;none&quot; - Provides no access.
233233
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
234234
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
235235
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
236236
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
237-
&quot;scope&quot;: { # The scope of the rule.
237+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
238238
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
239239
# - &quot;default&quot; - The public scope. This is the default value.
240240
# - &quot;user&quot; - Limits the scope to a single user.
@@ -276,15 +276,15 @@ <h3>Method Details</h3>
276276

277277
{
278278
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
279-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
279+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
280280
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
281281
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
282282
# - &quot;none&quot; - Provides no access.
283283
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
284284
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
285285
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
286286
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
287-
&quot;scope&quot;: { # The scope of the rule.
287+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
288288
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
289289
# - &quot;default&quot; - The public scope. This is the default value.
290290
# - &quot;user&quot; - Limits the scope to a single user.
@@ -301,15 +301,15 @@ <h3>Method Details</h3>
301301

302302
{
303303
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
304-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
304+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
305305
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
306306
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
307307
# - &quot;none&quot; - Provides no access.
308308
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
309309
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
310310
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
311311
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
312-
&quot;scope&quot;: { # The scope of the rule.
312+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
313313
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
314314
# - &quot;default&quot; - The public scope. This is the default value.
315315
# - &quot;user&quot; - Limits the scope to a single user.
@@ -332,15 +332,15 @@ <h3>Method Details</h3>
332332

333333
{
334334
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
335-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
335+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
336336
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
337337
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
338338
# - &quot;none&quot; - Provides no access.
339339
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
340340
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
341341
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
342342
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
343-
&quot;scope&quot;: { # The scope of the rule.
343+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
344344
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
345345
# - &quot;default&quot; - The public scope. This is the default value.
346346
# - &quot;user&quot; - Limits the scope to a single user.
@@ -357,15 +357,15 @@ <h3>Method Details</h3>
357357

358358
{
359359
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
360-
&quot;id&quot;: &quot;A String&quot;, # Identifier of the ACL rule.
360+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Access Control List (ACL) rule. See Sharing calendars.
361361
&quot;kind&quot;: &quot;calendar#aclRule&quot;, # Type of the resource (&quot;calendar#aclRule&quot;).
362362
&quot;role&quot;: &quot;A String&quot;, # The role assigned to the scope. Possible values are:
363363
# - &quot;none&quot; - Provides no access.
364364
# - &quot;freeBusyReader&quot; - Provides read access to free/busy information.
365365
# - &quot;reader&quot; - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
366366
# - &quot;writer&quot; - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
367367
# - &quot;owner&quot; - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
368-
&quot;scope&quot;: { # The scope of the rule.
368+
&quot;scope&quot;: { # The extent to which calendar access is granted by this ACL rule.
369369
&quot;type&quot;: &quot;A String&quot;, # The type of the scope. Possible values are:
370370
# - &quot;default&quot; - The public scope. This is the default value.
371371
# - &quot;user&quot; - Limits the scope to a single user.

googleapiclient/discovery_cache/documents/calendar.v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@
17231723
}
17241724
}
17251725
},
1726-
"revision": "20210215",
1726+
"revision": "20210320",
17271727
"rootUrl": "https://www.googleapis.com/",
17281728
"schemas": {
17291729
"Acl": {
@@ -1764,7 +1764,7 @@
17641764
"type": "string"
17651765
},
17661766
"id": {
1767-
"description": "Identifier of the ACL rule.",
1767+
"description": "Identifier of the Access Control List (ACL) rule. See Sharing calendars.",
17681768
"type": "string"
17691769
},
17701770
"kind": {
@@ -1788,7 +1788,7 @@
17881788
"calendar.acl.update"
17891789
]
17901790
},
1791-
"description": "The scope of the rule.",
1791+
"description": "The extent to which calendar access is granted by this ACL rule.",
17921792
"properties": {
17931793
"type": {
17941794
"annotations": {

0 commit comments

Comments
 (0)