docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/calendar_v3.freebusy.html b/docs/dyn/calendar_v3.freebusy.html
index 41adbe9..0bd1fd3 100644
--- a/docs/dyn/calendar_v3.freebusy.html
+++ b/docs/dyn/calendar_v3.freebusy.html
@@ -75,10 +75,18 @@
<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.freebusy.html">freebusy</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#query">query(body=None)</a></code></p>
<p class="firstline">Returns free/busy information for a set of calendars.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="query">query(body=None)</code>
<pre>Returns free/busy information for a set of calendars.
@@ -87,16 +95,16 @@
The object takes the form of:
{
- "calendarExpansionMax": 42, # Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.
- "timeMax": "A String", # The end of the interval for the query formatted as per RFC3339.
"items": [ # List of calendars and/or groups to query.
{
"id": "A String", # The identifier of a calendar or a group.
},
],
- "groupExpansionMax": 42, # Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100.
"timeZone": "UTC", # Time zone used in the response. Optional. The default is UTC.
+ "timeMax": "A String", # The end of the interval for the query formatted as per RFC3339.
+ "groupExpansionMax": 42, # Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100.
"timeMin": "A String", # The start of the interval for the query formatted as per RFC3339.
+ "calendarExpansionMax": 42, # Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.
}
@@ -124,7 +132,7 @@
],
},
},
- "kind": "calendar#freeBusy", # Type of the resource ("calendar#freeBusy").
+ "timeMax": "A String", # The end of the interval.
"groups": { # Expansion of groups.
"a_key": { # List of calendars that are members of this group.
"calendars": [ # List of calendars' identifiers within a group.
@@ -142,7 +150,7 @@
],
},
},
- "timeMax": "A String", # The end of the interval.
+ "kind": "calendar#freeBusy", # Type of the resource ("calendar#freeBusy").
"timeMin": "A String", # The start of the interval.
}</pre>
</div>