docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/calendar_v3.calendars.html b/docs/dyn/calendar_v3.calendars.html
index da43e1a..ff067fe 100644
--- a/docs/dyn/calendar_v3.calendars.html
+++ b/docs/dyn/calendar_v3.calendars.html
@@ -98,7 +98,7 @@
   <pre>Clears a primary calendar. This operation deletes all events associated with the primary calendar of an account.
 
 Args:
-  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)
+  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 &quot;primary&quot; keyword. (required)
 </pre>
 </div>
 
@@ -107,7 +107,7 @@
   <pre>Deletes a secondary calendar. Use calendars.clear for clearing all events on primary calendars.
 
 Args:
-  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)
+  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 &quot;primary&quot; keyword. (required)
 </pre>
 </div>
 
@@ -116,29 +116,29 @@
   <pre>Returns metadata for a calendar.
 
 Args:
-  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)
+  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 &quot;primary&quot; keyword. (required)
 
 Returns:
   An object of the form:
 
     {
-      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-      "description": "A String", # Description of the calendar. Optional.
-      "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-        "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-            # The possible values are:
-            # - "eventHangout"
-            # - "eventNamedHangout"
-            # - "hangoutsMeet"  Optional.
-          "A String",
-        ],
-      },
-      "summary": "A String", # Title of the calendar.
-      "etag": "A String", # ETag of the resource.
-      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-      "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-      "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-    }</pre>
+    &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+      &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+          # The possible values are:
+          # - &quot;eventHangout&quot;
+          # - &quot;eventNamedHangout&quot;
+          # - &quot;hangoutsMeet&quot;  Optional.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+    &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+    &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+    &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+    &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+  }</pre>
 </div>
 
 <div class="method">
@@ -150,46 +150,46 @@
     The object takes the form of:
 
 {
-    "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-    "description": "A String", # Description of the calendar. Optional.
-    "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-      "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-          # The possible values are:
-          # - "eventHangout"
-          # - "eventNamedHangout"
-          # - "hangoutsMeet"  Optional.
-        "A String",
-      ],
-    },
-    "summary": "A String", # Title of the calendar.
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-    "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-    "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-  }
+  &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+    &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+        # The possible values are:
+        # - &quot;eventHangout&quot;
+        # - &quot;eventNamedHangout&quot;
+        # - &quot;hangoutsMeet&quot;  Optional.
+      &quot;A String&quot;,
+    ],
+  },
+  &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+  &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+  &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+  &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+  &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+  &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+}
 
 
 Returns:
   An object of the form:
 
     {
-      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-      "description": "A String", # Description of the calendar. Optional.
-      "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-        "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-            # The possible values are:
-            # - "eventHangout"
-            # - "eventNamedHangout"
-            # - "hangoutsMeet"  Optional.
-          "A String",
-        ],
-      },
-      "summary": "A String", # Title of the calendar.
-      "etag": "A String", # ETag of the resource.
-      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-      "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-      "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-    }</pre>
+    &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+      &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+          # The possible values are:
+          # - &quot;eventHangout&quot;
+          # - &quot;eventNamedHangout&quot;
+          # - &quot;hangoutsMeet&quot;  Optional.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+    &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+    &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+    &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+    &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+  }</pre>
 </div>
 
 <div class="method">
@@ -197,51 +197,51 @@
   <pre>Updates metadata for a calendar. This method supports patch semantics.
 
 Args:
-  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)
+  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 &quot;primary&quot; keyword. (required)
   body: object, The request body.
     The object takes the form of:
 
 {
-    "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-    "description": "A String", # Description of the calendar. Optional.
-    "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-      "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-          # The possible values are:
-          # - "eventHangout"
-          # - "eventNamedHangout"
-          # - "hangoutsMeet"  Optional.
-        "A String",
-      ],
-    },
-    "summary": "A String", # Title of the calendar.
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-    "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-    "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-  }
+  &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+    &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+        # The possible values are:
+        # - &quot;eventHangout&quot;
+        # - &quot;eventNamedHangout&quot;
+        # - &quot;hangoutsMeet&quot;  Optional.
+      &quot;A String&quot;,
+    ],
+  },
+  &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+  &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+  &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+  &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+  &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+  &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+}
 
 
 Returns:
   An object of the form:
 
     {
-      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-      "description": "A String", # Description of the calendar. Optional.
-      "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-        "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-            # The possible values are:
-            # - "eventHangout"
-            # - "eventNamedHangout"
-            # - "hangoutsMeet"  Optional.
-          "A String",
-        ],
-      },
-      "summary": "A String", # Title of the calendar.
-      "etag": "A String", # ETag of the resource.
-      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-      "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-      "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-    }</pre>
+    &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+      &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+          # The possible values are:
+          # - &quot;eventHangout&quot;
+          # - &quot;eventNamedHangout&quot;
+          # - &quot;hangoutsMeet&quot;  Optional.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+    &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+    &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+    &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+    &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+  }</pre>
 </div>
 
 <div class="method">
@@ -249,51 +249,51 @@
   <pre>Updates metadata for a calendar.
 
 Args:
-  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)
+  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 &quot;primary&quot; keyword. (required)
   body: object, The request body.
     The object takes the form of:
 
 {
-    "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-    "description": "A String", # Description of the calendar. Optional.
-    "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-      "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-          # The possible values are:
-          # - "eventHangout"
-          # - "eventNamedHangout"
-          # - "hangoutsMeet"  Optional.
-        "A String",
-      ],
-    },
-    "summary": "A String", # Title of the calendar.
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-    "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-    "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-  }
+  &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+    &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+        # The possible values are:
+        # - &quot;eventHangout&quot;
+        # - &quot;eventNamedHangout&quot;
+        # - &quot;hangoutsMeet&quot;  Optional.
+      &quot;A String&quot;,
+    ],
+  },
+  &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+  &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+  &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+  &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+  &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+  &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+}
 
 
 Returns:
   An object of the form:
 
     {
-      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
-      "description": "A String", # Description of the calendar. Optional.
-      "conferenceProperties": { # Conferencing properties for this calendar, for example what types of conferences are allowed.
-        "allowedConferenceSolutionTypes": [ # The types of conference solutions that are supported for this calendar.
-            # The possible values are:
-            # - "eventHangout"
-            # - "eventNamedHangout"
-            # - "hangoutsMeet"  Optional.
-          "A String",
-        ],
-      },
-      "summary": "A String", # Title of the calendar.
-      "etag": "A String", # ETag of the resource.
-      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
-      "timeZone": "A String", # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
-      "id": "A String", # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
-    }</pre>
+    &quot;conferenceProperties&quot;: { # Conferencing properties for this calendar, for example what types of conferences are allowed.
+      &quot;allowedConferenceSolutionTypes&quot;: [ # The types of conference solutions that are supported for this calendar.
+          # The possible values are:
+          # - &quot;eventHangout&quot;
+          # - &quot;eventNamedHangout&quot;
+          # - &quot;hangoutsMeet&quot;  Optional.
+        &quot;A String&quot;,
+      ],
+    },
+    &quot;description&quot;: &quot;A String&quot;, # Description of the calendar. Optional.
+    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;id&quot;: &quot;A String&quot;, # Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
+    &quot;kind&quot;: &quot;calendar#calendar&quot;, # Type of the resource (&quot;calendar#calendar&quot;).
+    &quot;location&quot;: &quot;A String&quot;, # Geographic location of the calendar as free-form text. Optional.
+    &quot;summary&quot;: &quot;A String&quot;, # Title of the calendar.
+    &quot;timeZone&quot;: &quot;A String&quot;, # The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. &quot;Europe/Zurich&quot;.) Optional.
+  }</pre>
 </div>
 
 </body></html>
\ No newline at end of file