Update docs for 1.4.2 release
diff --git a/docs/dyn/calendar_v3.acl.html b/docs/dyn/calendar_v3.acl.html
index 2a07be7..1c4842c 100644
--- a/docs/dyn/calendar_v3.acl.html
+++ b/docs/dyn/calendar_v3.acl.html
@@ -104,7 +104,7 @@
<pre>Deletes an access control rule.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
ruleId: string, ACL rule identifier. (required)
</pre>
</div>
@@ -114,7 +114,7 @@
<pre>Returns an access control rule.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
ruleId: string, ACL rule identifier. (required)
Returns:
@@ -146,7 +146,7 @@
<pre>Creates an access control rule.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
body: object, The request body. (required)
The object takes the form of:
@@ -200,7 +200,7 @@
<pre>Returns the rules in the access control list for the calendar.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
syncToken: string, Token obtained from the nextSyncToken field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed since then. All entries deleted since the previous list request will always be in the result set and it is not allowed to set showDeleted to False.
If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
Learn more about incremental synchronization.
@@ -260,7 +260,7 @@
<pre>Updates an access control rule. This method supports patch semantics.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
ruleId: string, ACL rule identifier. (required)
body: object, The request body. (required)
The object takes the form of:
@@ -315,7 +315,7 @@
<pre>Updates an access control rule.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
ruleId: string, ACL rule identifier. (required)
body: object, The request body. (required)
The object takes the form of:
@@ -370,7 +370,7 @@
<pre>Watch for changes to ACL resources.
Args:
- calendarId: string, Calendar identifier. (required)
+ calendarId: string, Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. (required)
body: object, The request body. (required)
The object takes the form of: