Updated docs
diff --git a/docs/dyn/calendar.v3.events.html b/docs/dyn/calendar.v3.events.html
index bc06cf9..5bb1a2d 100644
--- a/docs/dyn/calendar.v3.events.html
+++ b/docs/dyn/calendar.v3.events.html
@@ -33,112 +33,112 @@
An object of the form<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ "creator": { # The creator of the event. Read-only.<br>
+ "displayName": "A String", # The creator's name, if available.<br>
+ "email": "A String", # The creator's email address, if available.<br>
},<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
},<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
{<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
},<br>
],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- }</tt></dd></dl>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-import_"><strong>import_</strong></a> = method(self, **kwargs)</dt><dd><tt>Imports an event.<br>
<br>
@@ -147,119 +147,6 @@
The object takes the form of:<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
- },<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<br>
- },<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
- {<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
- },<br>
- ],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- calendarId: string, Calendar identifier. (required)<br>
- <br>
-Returns:<br>
- An object of the form<br>
- <br>
- {<br>
"creator": { # The creator of the event. Read-only.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
@@ -365,7 +252,120 @@
# - "opaque" - The event blocks time on the calendar. This is the default value.<br>
# - "transparent" - The event does not block time on the calendar.<br>
"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>
- }</tt></dd></dl>
+ }<br>
+ <br>
+ calendarId: string, Calendar identifier. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "creator": { # The creator of the event. Read-only.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
+ },<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
+ {<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ },<br>
+ ],<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates an event.<br>
<br>
@@ -374,120 +374,6 @@
The object takes the form of:<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
- },<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<br>
- },<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
- {<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
- },<br>
- ],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- 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>
- <br>
-Returns:<br>
- An object of the form<br>
- <br>
- {<br>
"creator": { # The creator of the event. Read-only.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
@@ -593,7 +479,121 @@
# - "opaque" - The event blocks time on the calendar. This is the default value.<br>
# - "transparent" - The event does not block time on the calendar.<br>
"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>
- }</tt></dd></dl>
+ }<br>
+ <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>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "creator": { # The creator of the event. Read-only.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
+ },<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
+ {<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ },<br>
+ ],<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-instances"><strong>instances</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns instances of the specified recurring event.<br>
<br>
@@ -625,112 +625,112 @@
"description": "A String", # Description of the calendar. Read-only.<br>
"items": [ # List of events on the calendar.<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ "creator": { # The creator of the event. Read-only.<br>
+ "displayName": "A String", # The creator's name, if available.<br>
+ "email": "A String", # The creator's email address, if available.<br>
},<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
},<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
{<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
},<br>
],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
"updated": "A String", # Last modification time of the calendar (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
"summary": "A String", # Title of the calendar. Read-only.<br>
@@ -793,112 +793,112 @@
"description": "A String", # Description of the calendar. Read-only.<br>
"items": [ # List of events on the calendar.<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ "creator": { # The creator of the event. Read-only.<br>
+ "displayName": "A String", # The creator's name, if available.<br>
+ "email": "A String", # The creator's email address, if available.<br>
},<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
},<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
{<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
},<br>
],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
"updated": "A String", # Last modification time of the calendar (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
"summary": "A String", # Title of the calendar. Read-only.<br>
@@ -934,112 +934,112 @@
An object of the form<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ "creator": { # The creator of the event. Read-only.<br>
+ "displayName": "A String", # The creator's name, if available.<br>
+ "email": "A String", # The creator's email address, if available.<br>
},<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
},<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
{<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
},<br>
],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- }</tt></dd></dl>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates an event. This method supports patch semantics.<br>
<br>
@@ -1049,120 +1049,6 @@
The object takes the form of:<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
- },<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<br>
- },<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
- {<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
- },<br>
- ],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- 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>
- <br>
-Returns:<br>
- An object of the form<br>
- <br>
- {<br>
"creator": { # The creator of the event. Read-only.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
@@ -1268,7 +1154,121 @@
# - "opaque" - The event blocks time on the calendar. This is the default value.<br>
# - "transparent" - The event does not block time on the calendar.<br>
"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>
- }</tt></dd></dl>
+ }<br>
+ <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>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "creator": { # The creator of the event. Read-only.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
+ },<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
+ {<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ },<br>
+ ],<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<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>
@@ -1281,230 +1281,112 @@
An object of the form<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ "creator": { # The creator of the event. Read-only.<br>
+ "displayName": "A String", # The creator's name, if available.<br>
+ "email": "A String", # The creator's email address, if available.<br>
},<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
},<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
{<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
},<br>
],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- }</tt></dd></dl>
-
-<dl><dt><a name="Resource-reset"><strong>reset</strong></a> = method(self, **kwargs)</dt><dd><tt>Resets a specialized instance of a recurring event to its original state.<br>
- <br>
-Args:<br>
- eventId: string, Event identifier. (required)<br>
- sendNotifications: boolean, Whether to send notifications about the event update. Optional. The default is False.<br>
- calendarId: string, Calendar identifier. (required)<br>
- <br>
-Returns:<br>
- An object of the form<br>
- <br>
- {<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
- },<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<br>
- },<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
- {<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
- },<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- }</tt></dd></dl>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates an event.<br>
<br>
@@ -1514,120 +1396,6 @@
The object takes the form of:<br>
<br>
{<br>
- "creator": { # The creator of the event. Read-only.<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>
- "displayName": "A String", # The organizer's name, if available.<br>
- "email": "A String", # The organizer's email address, if available.<br>
- },<br>
- "id": "A String", # Identifier of the event.<br>
- "attendees": [ # The attendees of the event.<br>
- {<br>
- "comment": "A String", # The attendee's response comment. Optional.<br>
- "displayName": "A String", # The attendee's name, if available. Optional.<br>
- "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
- "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
- # - "needsAction" - The attendee has not responded to the invitation.<br>
- # - "declined" - The attendee has declined the invitation.<br>
- # - "tentative" - The attendee has tentatively accepted the invitation.<br>
- # - "accepted" - The attendee has accepted the invitation.<br>
- "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
- "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
- "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
- "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
- "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
- },<br>
- ],<br>
- "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
- "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
- "A String",<br>
- ],<br>
- "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "etag": "A String", # ETag of the resource.<br>
- "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
- "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
- "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "status": "A String", # Status of the event. Optional. Possible values are:<br>
- # - "confirmed" - The event is confirmed. This is the default status.<br>
- # - "tentative" - The event is tentatively confirmed.<br>
- # - "cancelled" - The event is cancelled.<br>
- "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "gadget": { # A gadget that extends this event.<br>
- "preferences": { # Preferences.<br>
- },<br>
- "title": "A String", # The gadget's title.<br>
- "height": 42, # The gadget's height in pixels. Optional.<br>
- "width": 42, # The gadget's width in pixels. Optional.<br>
- "link": "A String", # The gadget's URL.<br>
- "type": "A String", # The gadget's type.<br>
- "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
- # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
- # - "chip" - The gadget displays when the event is clicked.<br>
- "iconLink": "A String", # The gadget's icon URL.<br>
- },<br>
- "description": "A String", # Description of the event. Optional.<br>
- "iCalUID": "A String", # Event ID in the iCalendar format.<br>
- "extendedProperties": { # Extended properties of the event.<br>
- "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
- },<br>
- "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
- },<br>
- },<br>
- "sequence": 42, # Sequence number as per iCalendar.<br>
- "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
- # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
- # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
- # - "private" - The event is private and only event attendees may view event details.<br>
- # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
- "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
- "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
- "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
- "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
- "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
- },<br>
- "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
- "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
- "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
- "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
- "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
- "reminders": { # Information about the event's reminders for the authenticated user.<br>
- "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
- {<br>
- "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
- "method": "A String", # The method used by this reminder. Possible values are:<br>
- # - "email" - Reminders are sent via email.<br>
- # - "sms" - Reminders are sent via SMS.<br>
- # - "popup" - Reminders are sent via a UI popup.<br>
- },<br>
- ],<br>
- "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
- },<br>
- "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
- "summary": "A String", # Title of the event.<br>
- "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
- "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
- # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
- # - "transparent" - The event does not block time on the calendar.<br>
- "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>
- 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>
- <br>
-Returns:<br>
- An object of the form<br>
- <br>
- {<br>
"creator": { # The creator of the event. Read-only.<br>
"displayName": "A String", # The creator's name, if available.<br>
"email": "A String", # The creator's email address, if available.<br>
@@ -1733,7 +1501,121 @@
# - "opaque" - The event blocks time on the calendar. This is the default value.<br>
# - "transparent" - The event does not block time on the calendar.<br>
"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>
- }</tt></dd></dl>
+ }<br>
+ <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>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "creator": { # The creator of the event. Read-only.<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>
+ "displayName": "A String", # The organizer's name, if available.<br>
+ "email": "A String", # The organizer's email address, if available.<br>
+ },<br>
+ "id": "A String", # Identifier of the event.<br>
+ "attendees": [ # The attendees of the event.<br>
+ {<br>
+ "comment": "A String", # The attendee's response comment. Optional.<br>
+ "displayName": "A String", # The attendee's name, if available. Optional.<br>
+ "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.<br>
+ "responseStatus": "A String", # The attendee's response status. Possible values are:<br>
+ # - "needsAction" - The attendee has not responded to the invitation.<br>
+ # - "declined" - The attendee has declined the invitation.<br>
+ # - "tentative" - The attendee has tentatively accepted the invitation.<br>
+ # - "accepted" - The attendee has accepted the invitation.<br>
+ "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.<br>
+ "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.<br>
+ "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.<br>
+ "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.<br>
+ "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.<br>
+ },<br>
+ ],<br>
+ "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.<br>
+ "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.<br>
+ "A String",<br>
+ ],<br>
+ "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "etag": "A String", # ETag of the resource.<br>
+ "location": "A String", # Geographic location of the event as free-form text. Optional.<br>
+ "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.<br>
+ "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "status": "A String", # Status of the event. Optional. Possible values are:<br>
+ # - "confirmed" - The event is confirmed. This is the default status.<br>
+ # - "tentative" - The event is tentatively confirmed.<br>
+ # - "cancelled" - The event is cancelled.<br>
+ "updated": "A String", # Last modification time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "gadget": { # A gadget that extends this event.<br>
+ "preferences": { # Preferences.<br>
+ },<br>
+ "title": "A String", # The gadget's title.<br>
+ "height": 42, # The gadget's height in pixels. Optional.<br>
+ "width": 42, # The gadget's width in pixels. Optional.<br>
+ "link": "A String", # The gadget's URL.<br>
+ "type": "A String", # The gadget's type.<br>
+ "display": "A String", # The gadget's display mode. Optional. Possible values are:<br>
+ # - "icon" - The gadget displays next to the event's title in the calendar view.<br>
+ # - "chip" - The gadget displays when the event is clicked.<br>
+ "iconLink": "A String", # The gadget's icon URL.<br>
+ },<br>
+ "description": "A String", # Description of the event. Optional.<br>
+ "iCalUID": "A String", # Event ID in the iCalendar format.<br>
+ "extendedProperties": { # Extended properties of the event.<br>
+ "shared": { # Properties that are shared between copies of the event on other attendees' calendars.<br>
+ },<br>
+ "private": { # Properties that are private to the copy of the event that appears on this calendar.<br>
+ },<br>
+ },<br>
+ "sequence": 42, # Sequence number as per iCalendar.<br>
+ "visibility": "A String", # Visibility of the event. Optional. Possible values are:<br>
+ # - "default" - Uses the default visibility for events on the calendar. This is the default value.<br>
+ # - "public" - The event is public and event details are visible to all readers of the calendar.<br>
+ # - "private" - The event is private and only event attendees may view event details.<br>
+ # - "confidential" - The event is private. This value is provided for compatibility reasons.<br>
+ "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.<br>
+ "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.<br>
+ "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.<br>
+ "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.<br>
+ "dateTime": "A String", # The time, as a combined date-time value (formatted according to <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a>). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.<br>
+ },<br>
+ "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.<br>
+ "kind": "calendar#event", # Type of the resource ("calendar#event").<br>
+ "created": "A String", # Creation time of the event (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp). Read-only.<br>
+ "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.<br>
+ "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.<br>
+ "reminders": { # Information about the event's reminders for the authenticated user.<br>
+ "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.<br>
+ {<br>
+ "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.<br>
+ "method": "A String", # The method used by this reminder. Possible values are:<br>
+ # - "email" - Reminders are sent via email.<br>
+ # - "sms" - Reminders are sent via SMS.<br>
+ # - "popup" - Reminders are sent via a UI popup.<br>
+ },<br>
+ ],<br>
+ "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.<br>
+ },<br>
+ "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.<br>
+ "summary": "A String", # Title of the event.<br>
+ "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.<br>
+ "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:<br>
+ # - "opaque" - The event blocks time on the calendar. This is the default value.<br>
+ # - "transparent" - The event does not block time on the calendar.<br>
+ "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>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>