imported patch docs
diff --git a/docs/dyn/calendar.v3.events.html b/docs/dyn/calendar.v3.events.html
index 5bb1a2d..bc84745 100644
--- a/docs/dyn/calendar.v3.events.html
+++ b/docs/dyn/calendar.v3.events.html
@@ -18,14 +18,22 @@
<br>
Args:<br>
eventId: string, Event identifier. (required)<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
sendNotifications: boolean, Whether to send notifications about the deletion of the event. Optional. The default is False.<br>
- calendarId: string, Calendar identifier. (required)</tt></dd></dl>
+ calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns an event.<br>
<br>
Args:<br>
eventId: string, Event identifier. (required)<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.<br>
maxAttendees: integer, The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.<br>
<br>
@@ -34,10 +42,12 @@
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -148,10 +158,12 @@
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -254,17 +266,23 @@
"privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -375,10 +393,12 @@
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -481,18 +501,24 @@
"privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
sendNotifications: boolean, Whether to send notifications about the creation of the new event. Optional. The default is False.<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -600,9 +626,13 @@
Args:<br>
eventId: string, Recurring event identifier. (required)<br>
pageToken: string, Token specifying which result page to return. Optional.<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
maxResults: integer, Maximum number of events returned on one result page. Optional.<br>
showDeleted: boolean, Whether to include deleted events (with 'eventStatus' equals 'cancelled') in the result. Optional. The default is False.<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.<br>
originalStart: string, The original start time of the instance in the result. Optional.<br>
maxAttendees: integer, The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.<br>
@@ -626,10 +656,12 @@
"items": [ # List of events on the calendar.<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -762,18 +794,22 @@
startTime - Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter "singleEvents" is True)<br>
updated - Order by last modification time (ascending).<br>
showHiddenInvitations: boolean, Whether to include hidden invitations in the result. Optional. The default is False.<br>
- iCalUID: string, Specifies iCalendar UID (iCalUID) of events to be included in the response. Optional.<br>
+ timeMin: string, Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time.<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ pageToken: string, Token specifying which result page to return. Optional.<br>
updatedMin: string, Lower bound for an event's last modification time (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by last modification time.<br>
singleEvents: boolean, Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. Optional. The default is False.<br>
- timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time.<br>
- maxResults: integer, Maximum number of events returned on one result page. Optional.<br>
- q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.<br>
showDeleted: boolean, Whether to include deleted events (with 'eventStatus' equals 'cancelled') in the result. Optional. The default is False.<br>
- calendarId: string, Calendar identifier. (required)<br>
- timeMin: string, Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time.<br>
- pageToken: string, Token specifying which result page to return. Optional.<br>
- timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.<br>
+ strict: string, A parameter<br>
maxAttendees: integer, The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.<br>
+ iCalUID: string, Specifies iCalendar UID (iCalUID) of events to be included in the response. Optional.<br>
+ maxResults: integer, Maximum number of events returned on one result page. Optional.<br>
+ calendarId: string, Calendar identifier. (required)<br>
+ timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time.<br>
+ q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.<br>
+ userip: string, A parameter<br>
+ timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.<br>
<br>
Returns:<br>
An object of the form<br>
@@ -794,10 +830,12 @@
"items": [ # List of events on the calendar.<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -926,19 +964,25 @@
<br>
Args:<br>
eventId: string, Event identifier. (required)<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
sendNotifications: boolean, Whether to send notifications about the change of the event's organizer. Optional. The default is False.<br>
destination: string, Calendar identifier of the target calendar where the event is to be moved to. (required)<br>
calendarId: string, Calendar identifier of the source calendar where the event currently is on. (required)<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -1050,10 +1094,12 @@
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -1156,18 +1202,24 @@
"privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -1273,19 +1325,25 @@
<dl><dt><a name="Resource-quickAdd"><strong>quickAdd</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates an event based on a simple text string.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
sendNotifications: boolean, Whether to send notifications about the creation of the event. Optional. The default is False.<br>
text: string, The text describing the event to be created. (required)<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -1397,10 +1455,12 @@
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>
@@ -1503,18 +1563,24 @@
"privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.<br>
calendarId: string, Calendar identifier. (required)<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
"creator": { # The creator of the event. Read-only.<br>
+ "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
},<br>
"organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.<br>
+ "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.<br>
"displayName": "A String", # The organizer's name, if available.<br>
"email": "A String", # The organizer's email address, if available.<br>
},<br>