Clean and regen docs (#401)
diff --git a/docs/dyn/calendar_v3.events.html b/docs/dyn/calendar_v3.events.html
index 7cebd11..037d52a 100644
--- a/docs/dyn/calendar_v3.events.html
+++ b/docs/dyn/calendar_v3.events.html
@@ -1121,7 +1121,7 @@
Learn more about incremental synchronization.
Optional. The default is to return all entries.
iCalUID: string, Specifies event ID in the iCalendar format to be included in the response. Optional.
- maxResults: integer, Maximum number of events returned on one result page. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
+ maxResults: integer, Maximum number of events returned on one result page. The number of events in the resulting page may be less than this value, or none at all, even if there are more events matching the query. Incomplete pages can be detected by a non-empty nextPageToken field in the response. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.
q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.
timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
@@ -2283,7 +2283,7 @@
Learn more about incremental synchronization.
Optional. The default is to return all entries.
iCalUID: string, Specifies event ID in the iCalendar format to be included in the response. Optional.
- maxResults: integer, Maximum number of events returned on one result page. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
+ maxResults: integer, Maximum number of events returned on one result page. The number of events in the resulting page may be less than this value, or none at all, even if there are more events matching the query. Incomplete pages can be detected by a non-empty nextPageToken field in the response. By default the value is 250 events. The page size can never be larger than 2500 events. Optional.
timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.
q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.
timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.