Updated docs
diff --git a/docs/dyn/books.v1.bookshelves.html b/docs/dyn/books.v1.bookshelves.html
index 6852866..82889db 100644
--- a/docs/dyn/books.v1.bookshelves.html
+++ b/docs/dyn/books.v1.bookshelves.html
@@ -19,8 +19,8 @@
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- userId: string, Id of user for whom to retrieve bookshelves. (required)<br>
- shelf: string, Id of bookshelf to retrieve. (required)<br>
+ userId: string, ID of user for whom to retrieve bookshelves. (required)<br>
+ shelf: string, ID of bookshelf to retrieve. (required)<br>
<br>
Returns:<br>
An object of the form<br>
@@ -43,7 +43,7 @@
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- userId: string, Id of user for whom to retrieve bookshelves. (required)<br>
+ userId: string, ID of user for whom to retrieve bookshelves. (required)<br>
<br>
Returns:<br>
An object of the form<br>
diff --git a/docs/dyn/books.v1.bookshelves.volumes.html b/docs/dyn/books.v1.bookshelves.volumes.html
index d29ed7b..75c0449 100644
--- a/docs/dyn/books.v1.bookshelves.volumes.html
+++ b/docs/dyn/books.v1.bookshelves.volumes.html
@@ -17,13 +17,13 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves volumes in a specific bookshelf for the specified user.<br>
<br>
Args:<br>
- shelf: string, Id of bookshelf to retrieve volumes. (required)<br>
+ shelf: string, ID of bookshelf to retrieve volumes. (required)<br>
source: string, String to identify the originator of this request.<br>
showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.<br>
maxResults: integer, Maximum number of results to return<br>
startIndex: integer, Index of the first element to return (starts at 0)<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- userId: string, Id of user for whom to retrieve bookshelf volumes. (required)<br>
+ userId: string, ID of user for whom to retrieve bookshelf volumes. (required)<br>
<br>
Returns:<br>
An object of the form<br>
@@ -118,11 +118,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -131,33 +145,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>
diff --git a/docs/dyn/books.v1.html b/docs/dyn/books.v1.html
index 1f23076..e019c9c 100644
--- a/docs/dyn/books.v1.html
+++ b/docs/dyn/books.v1.html
@@ -16,10 +16,14 @@
<dl><dt><a name="Resource-bookshelves"><strong><a href="books.v1.bookshelves.html">bookshelves</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
+<dl><dt><a name="Resource-layers"><strong><a href="books.v1.layers.html">layers</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
+
<dl><dt><a name="Resource-myconfig"><strong><a href="books.v1.myconfig.html">myconfig</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
<dl><dt><a name="Resource-mylibrary"><strong><a href="books.v1.mylibrary.html">mylibrary</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
+<dl><dt><a name="Resource-volumeAnnotations"><strong><a href="books.v1.volumeAnnotations.html">volumeAnnotations</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
+
<dl><dt><a name="Resource-volumes"><strong><a href="books.v1.volumes.html">volumes</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
<hr>
diff --git a/docs/dyn/books.v1.myconfig.html b/docs/dyn/books.v1.myconfig.html
index 3fe7d69..d460bef 100644
--- a/docs/dyn/books.v1.myconfig.html
+++ b/docs/dyn/books.v1.myconfig.html
@@ -20,7 +20,7 @@
source: string, String to identify the originator of this request.<br>
locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- cpksver: string, The device/version identifier from which to release the restriction. (required)<br>
+ cpksver: string, The device/version ID from which to release the restriction. (required)<br>
volumeIds: string, The volume(s) to release restrictions for. (required) (repeated)<br>
<br>
Returns:<br>
@@ -53,7 +53,7 @@
source: string, String to identify the originator of this request. (required)<br>
locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- cpksver: string, The device/version identifier from which to request the restrictions. (required)<br>
+ cpksver: string, The device/version ID from which to request the restrictions. (required)<br>
volumeId: string, The volume to request concurrent/download restrictions for. (required)<br>
<br>
Returns:<br>
@@ -98,7 +98,7 @@
locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.<br>
- cpksver: string, The device/version identifier from which to release the restriction. (required)<br>
+ cpksver: string, The device/version ID from which to release the restriction. (required)<br>
volumeIds: string, The volume(s) to request download restrictions for. (repeated)<br>
<br>
Returns:<br>
@@ -194,11 +194,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -207,33 +221,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>
diff --git a/docs/dyn/books.v1.mylibrary.annotations.html b/docs/dyn/books.v1.mylibrary.annotations.html
index 8da3c71..70d0c79 100644
--- a/docs/dyn/books.v1.mylibrary.annotations.html
+++ b/docs/dyn/books.v1.mylibrary.annotations.html
@@ -19,14 +19,14 @@
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- annotationId: string, The annotation identifier for the annotation to delete. (required)</tt></dd></dl>
+ annotationId: string, The ID for the annotation to delete. (required)</tt></dd></dl>
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets an annotation by its id.<br>
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets an annotation by its ID.<br>
<br>
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- annotationId: string, The annotation identifier for the annotation to retrieve. (required)<br>
+ annotationId: string, The ID for the annotation to retrieve. (required)<br>
<br>
Returns:<br>
An object of the form<br>
@@ -231,11 +231,11 @@
Args:<br>
pageToken: string, The value of the nextToken from the previous page.<br>
updatedMax: string, <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp to restrict to items updated prior to this timestamp (exclusive).<br>
- layerId: string, The layer id to limit annotation by.<br>
+ layerId: string, The layer ID to limit annotation by.<br>
volumeId: string, The volume to restrict annotations to.<br>
maxResults: integer, Maximum number of results to return<br>
showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.<br>
- pageIds: string, The page id(s) for the volume that is being queried. (repeated)<br>
+ pageIds: string, The page ID(s) for the volume that is being queried. (repeated)<br>
contentVersion: string, The content version for the requested volume.<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
@@ -391,7 +391,7 @@
<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- annotationId: string, The annotation identifier for the annotation to update. (required)<br>
+ annotationId: string, The ID for the annotation to update. (required)<br>
<br>
Returns:<br>
An object of the form<br>
diff --git a/docs/dyn/books.v1.mylibrary.bookshelves.html b/docs/dyn/books.v1.mylibrary.bookshelves.html
index 4455cc8..bbb8e5a 100644
--- a/docs/dyn/books.v1.mylibrary.bookshelves.html
+++ b/docs/dyn/books.v1.mylibrary.bookshelves.html
@@ -19,21 +19,21 @@
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- volumeId: string, Id of volume to add. (required)<br>
- shelf: string, Id of bookshelf to which to add a volume. (required)</tt></dd></dl>
+ volumeId: string, ID of volume to add. (required)<br>
+ shelf: string, ID of bookshelf to which to add a volume. (required)</tt></dd></dl>
<dl><dt><a name="Resource-clearVolumes"><strong>clearVolumes</strong></a> = method(self, **kwargs)</dt><dd><tt>Clears all volumes from a bookshelf.<br>
<br>
Args:<br>
source: string, String to identify the originator of this request.<br>
- shelf: string, Id of bookshelf from which to remove a volume. (required)<br>
+ shelf: string, ID of bookshelf from which to remove a volume. (required)<br>
country: string, ISO-3166-1 code to override the IP-based location.</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves metadata for a specific bookshelf belonging to the authenticated user.<br>
<br>
Args:<br>
source: string, String to identify the originator of this request.<br>
- shelf: string, Id of bookshelf to retrieve. (required)<br>
+ shelf: string, ID of bookshelf to retrieve. (required)<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
<br>
Returns:<br>
@@ -85,16 +85,16 @@
volumePosition: integer, Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on.) (required)<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- volumeId: string, Id of volume to move. (required)<br>
- shelf: string, Id of bookshelf with the volume. (required)</tt></dd></dl>
+ volumeId: string, ID of volume to move. (required)<br>
+ shelf: string, ID of bookshelf with the volume. (required)</tt></dd></dl>
<dl><dt><a name="Resource-removeVolume"><strong>removeVolume</strong></a> = method(self, **kwargs)</dt><dd><tt>Removes a volume from a bookshelf.<br>
<br>
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- volumeId: string, Id of volume to remove. (required)<br>
- shelf: string, Id of bookshelf from which to remove a volume. (required)</tt></dd></dl>
+ volumeId: string, ID of volume to remove. (required)<br>
+ shelf: string, ID of bookshelf from which to remove a volume. (required)</tt></dd></dl>
<dl><dt><a name="Resource-volumes"><strong><a href="books.v1.mylibrary.bookshelves.volumes.html">volumes</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
diff --git a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
index c4d8ab8..4b22a12 100644
--- a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
+++ b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
@@ -27,7 +27,7 @@
maxResults: integer, Maximum number of results to return<br>
q: string, Full-text search query string in this bookshelf.<br>
startIndex: integer, Index of the first element to return (starts at 0)<br>
- shelf: string, The bookshelf id or name retrieve volumes for. (required)<br>
+ shelf: string, The bookshelf ID or name retrieve volumes for. (required)<br>
<br>
Returns:<br>
An object of the form<br>
@@ -122,11 +122,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -135,33 +149,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>
diff --git a/docs/dyn/books.v1.mylibrary.readingpositions.html b/docs/dyn/books.v1.mylibrary.readingpositions.html
index 5014928..ff0fa78 100644
--- a/docs/dyn/books.v1.mylibrary.readingpositions.html
+++ b/docs/dyn/books.v1.mylibrary.readingpositions.html
@@ -19,7 +19,7 @@
Args:<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- volumeId: string, Id of volume for which to retrieve a reading position. (required)<br>
+ volumeId: string, ID of volume for which to retrieve a reading position. (required)<br>
contentVersion: string, Volume content version for which this reading position is requested.<br>
<br>
Returns:<br>
@@ -39,7 +39,7 @@
<br>
Args:<br>
source: string, String to identify the originator of this request.<br>
- volumeId: string, Id of volume for which to update the reading position. (required)<br>
+ volumeId: string, ID of volume for which to update the reading position. (required)<br>
contentVersion: string, Volume content version for which this reading position applies.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
position: string, Position string for the new volume reading position. (required)<br>
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html
index bbe792a..5eff518 100644
--- a/docs/dyn/books.v1.volumes.html
+++ b/docs/dyn/books.v1.volumes.html
@@ -23,8 +23,8 @@
lite - Includes a subset of fields in volumeInfo and accessInfo.<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
- volumeId: string, Id of volume to retrieve. (required)<br>
- partner: string, Identifier of partner for whom to brand results.<br>
+ volumeId: string, ID of volume to retrieve. (required)<br>
+ partner: string, Brand results for partner ID.<br>
<br>
Returns:<br>
An object of the form<br>
@@ -116,11 +116,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -129,33 +143,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>
@@ -194,7 +196,7 @@
startIndex: integer, Index of the first result to return (starts at 0)<br>
maxResults: integer, Maximum number of results to return.<br>
q: string, Full-text search query string. (required)<br>
- partner: string, Identifier of partner for whom to restrict and brand results.<br>
+ partner: string, Restrict and brand results for partner ID.<br>
download: string, Restrict to volumes by download availability.<br>
Allowed values<br>
epub - All volumes with epub.<br>
@@ -293,11 +295,25 @@
},<br>
},<br>
"volumeInfo": { # General volume information.<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
"pageCount": 42, # Total number of pages.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -306,33 +322,21 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
+ "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "showReviewsLink": "A String", # URL to show reviews for this volume<br>
+ "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>
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>