From 6121dd93389c1a40d1e77486f8cbf1c135d0e94e Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 13 Apr 2012 07:50:04 -0400 Subject: [PATCH] Updated docs --- docs/apiclient.contrib.html | 2 +- docs/apiclient.contrib.latitude.html | 2 +- docs/apiclient.contrib.moderator.html | 2 +- docs/apiclient.discovery.html | 2 +- docs/apiclient.errors.html | 2 +- docs/apiclient.ext.appengine.html | 30 +- docs/apiclient.ext.authtools.html | 2 +- docs/apiclient.ext.django_orm.html | 68 +- docs/apiclient.ext.file.html | 2 +- docs/apiclient.ext.html | 2 +- docs/apiclient.html | 26 +- docs/apiclient.http.html | 2 +- docs/apiclient.mimeparse.html | 2 +- docs/apiclient.model.html | 2 +- docs/apiclient.oauth.html | 24 +- docs/apiclient.schema.html | 2 +- docs/dyn/books.v1.bookshelves.html | 6 +- docs/dyn/books.v1.bookshelves.volumes.html | 52 +- docs/dyn/books.v1.html | 4 + docs/dyn/books.v1.myconfig.html | 54 +- docs/dyn/books.v1.mylibrary.annotations.html | 12 +- docs/dyn/books.v1.mylibrary.bookshelves.html | 16 +- ...ooks.v1.mylibrary.bookshelves.volumes.html | 50 +- .../books.v1.mylibrary.readingpositions.html | 4 +- docs/dyn/books.v1.volumes.html | 102 +- docs/dyn/calendar.v3.events.html | 2040 ++++++++--------- docs/oauth2client.anyjson.html | 2 +- docs/oauth2client.appengine.html | 95 +- docs/oauth2client.client.html | 13 +- docs/oauth2client.clientsecrets.html | 2 +- docs/oauth2client.crypt.html | 2 +- docs/oauth2client.django_orm.html | 70 +- docs/oauth2client.file.html | 2 +- docs/oauth2client.html | 13 +- docs/oauth2client.multistore_file.html | 2 +- docs/oauth2client.tools.html | 2 +- docs/uritemplate.html | 2 +- 37 files changed, 1314 insertions(+), 1403 deletions(-) diff --git a/docs/apiclient.contrib.html b/docs/apiclient.contrib.html index 1b0f9c7..e5a7392 100644 --- a/docs/apiclient.contrib.html +++ b/docs/apiclient.contrib.html @@ -8,7 +8,7 @@  
 
apiclient.contrib
index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/__init__.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/contrib/__init__.py

diff --git a/docs/apiclient.contrib.latitude.html b/docs/apiclient.contrib.latitude.html index 1aa202d..c80d7ad 100644 --- a/docs/apiclient.contrib.latitude.html +++ b/docs/apiclient.contrib.latitude.html @@ -8,7 +8,7 @@
 
 
apiclient.contrib.latitude
index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/latitude/__init__.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/contrib/latitude/__init__.py

diff --git a/docs/apiclient.contrib.moderator.html b/docs/apiclient.contrib.moderator.html index 9f8377b..1de448f 100644 --- a/docs/apiclient.contrib.moderator.html +++ b/docs/apiclient.contrib.moderator.html @@ -8,7 +8,7 @@
 
 
apiclient.contrib.moderator
index
/home/jcgregorio/projects/google-api-python-client/apiclient/contrib/moderator/__init__.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/contrib/moderator/__init__.py

diff --git a/docs/apiclient.discovery.html b/docs/apiclient.discovery.html index 6436939..bf3f17c 100644 --- a/docs/apiclient.discovery.html +++ b/docs/apiclient.discovery.html @@ -8,7 +8,7 @@
 
 
apiclient.discovery
index
/home/jcgregorio/projects/google-api-python-client/apiclient/discovery.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/discovery.py

Client for discovery based APIs
 
A client library for Google's discovery based APIs.

diff --git a/docs/apiclient.errors.html b/docs/apiclient.errors.html index c359e53..7a33d2a 100644 --- a/docs/apiclient.errors.html +++ b/docs/apiclient.errors.html @@ -8,7 +8,7 @@  
 
apiclient.errors
index
/home/jcgregorio/projects/google-api-python-client/apiclient/errors.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/errors.py

Errors for the library.
 
All exceptions defined by the library
diff --git a/docs/apiclient.ext.appengine.html b/docs/apiclient.ext.appengine.html index 9a59842..5a3d2c6 100644 --- a/docs/apiclient.ext.appengine.html +++ b/docs/apiclient.ext.appengine.html @@ -8,7 +8,7 @@  
 
apiclient.ext.appengine
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/appengine.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/ext/appengine.py

Utilities for Google App Engine
 
Utilities for making it easier to use the
@@ -116,6 +116,20 @@ the arguments to this class and what they&nbs Returns:
  Default value as provided by __init__(default).
+

get_updated_value_for_datastore(self, model_instance)
Determine new value for auto-updated property.

+Some properies (e.g. DateTimeProperty, UserProperty) optionally update their
+value on every put(). This call must return the new desired value for such
+properties. For all other properties, this call must return
+AUTO_UPDATE_UNCHANGED.

+Args:
+  model_instance: Instance to get new value for.

+Returns:
+  Datastore representation of the new model value in a form that is
+  appropriate for storing in the datastore, or AUTO_UPDATE_UNCHANGED.
+
Data descriptors inherited from google.appengine.ext.db.Property:
__dict__
@@ -200,6 +214,20 @@ the arguments to this class and what they&nbs Returns:
  Default value as provided by __init__(default).
+
get_updated_value_for_datastore(self, model_instance)
Determine new value for auto-updated property.

+Some properies (e.g. DateTimeProperty, UserProperty) optionally update their
+value on every put(). This call must return the new desired value for such
+properties. For all other properties, this call must return
+AUTO_UPDATE_UNCHANGED.

+Args:
+  model_instance: Instance to get new value for.

+Returns:
+  Datastore representation of the new model value in a form that is
+  appropriate for storing in the datastore, or AUTO_UPDATE_UNCHANGED.
+
Data descriptors inherited from google.appengine.ext.db.Property:
__dict__
diff --git a/docs/apiclient.ext.authtools.html b/docs/apiclient.ext.authtools.html index 1ebaab0..7c35fd9 100644 --- a/docs/apiclient.ext.authtools.html +++ b/docs/apiclient.ext.authtools.html @@ -8,7 +8,7 @@  
 
apiclient.ext.authtools
index
/home/jcgregorio/projects/google-api-python-client/apiclient/ext/authtools.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/ext/authtools.py

Command-line tools for authenticating via OAuth 1.0
 
Do the OAuth 1.0 Three Legged Dance for
diff --git a/docs/apiclient.ext.django_orm.html b/docs/apiclient.ext.django_orm.html index e242bd7..6a4efb1 100644 --- a/docs/apiclient.ext.django_orm.html +++ b/docs/apiclient.ext.django_orm.html @@ -8,7 +8,7 @@  
 
apiclient.ext.django_orm
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/ext/django_orm.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/ext/django_orm.py

# Copyright (C) 2010 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -65,13 +65,9 @@ Methods defined here:

contribute_to_class(self, cls, name)
-
db_type = inner(*args, **kwargs)
+
db_type(self)
-
get_db_prep_lookup = inner(*args, **kwargs)
- -
get_db_prep_save = inner(*args, **kwargs)
- -
get_db_prep_value = inner(*args, **kwargs)
+
get_db_prep_value(self, value)
to_python(self, value)
@@ -86,14 +82,10 @@ Methods inherited from django.db.mo
__deepcopy__(self, memodict)
-
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False, validators=[], error_messages=None)
+
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False)
bind(self, fieldmapping, original, bound_field_class)
-
clean(self, value, model_instance)
Convert the value's type and run validation. Validation errors from to_python
-and validate are propagated. The correct value is returned if no error is
-raised.
-
formfield(self, form_class=<class 'django.forms.fields.CharField'>, **kwargs)
Returns a django.forms.Field instance for this database Field.
get_attname(self)
@@ -107,31 +99,26 @@ as SelectField choices for this field.
get_choices_default(self)
+
get_db_prep_lookup(self, lookup_type, value)
Returns field's value prepared for database lookup.
+ +
get_db_prep_save(self, value)
Returns field's value prepared for saving into a database.
+
get_default(self)
Returns the default value for this field.
get_flatchoices(self, include_blank=True, blank_choice=[('', '---------')])
Returns flattened choices with a default blank choice included.
get_internal_type(self)
-
get_prep_lookup(self, lookup_type, value)
Perform preliminary non-db specific lookup checks and conversions
- -
get_prep_value(self, value)
Perform preliminary non-db specific value checks and conversions.
-
get_validator_unique_lookup_type(self)
has_default(self)
Returns a boolean of whether this field has a default value.
pre_save(self, model_instance, add)
Returns field's value just before saving.
-
run_validators(self, value)
-
save_form_data(self, instance, data)
set_attributes_from_name(self, name)
-
validate(self, value, model_instance)
Validates value and throws ValidationError. Subclasses should override
-this to provide validation logic.
-
value_from_object(self, obj)
Returns the value of this field in the given model instance.
value_to_string(self, obj)
Returns a string value of this field from the passed obj.
@@ -147,8 +134,6 @@ Data descriptors inherited from dja
choices
-
description
-
flatchoices
Flattened version of choices tuple.
@@ -160,10 +145,6 @@ Data and other attributes inherited from
contribute_to_class(self, cls, name)
-
db_type = inner(*args, **kwargs)
+
db_type(self)
-
get_db_prep_lookup = inner(*args, **kwargs)
- -
get_db_prep_save = inner(*args, **kwargs)
- -
get_db_prep_value = inner(*args, **kwargs)
+
get_db_prep_value(self, value)
to_python(self, value)
@@ -203,14 +180,10 @@ Methods inherited from django.db.mo
__deepcopy__(self, memodict)
-
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False, validators=[], error_messages=None)
+
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False)
bind(self, fieldmapping, original, bound_field_class)
-
clean(self, value, model_instance)
Convert the value's type and run validation. Validation errors from to_python
-and validate are propagated. The correct value is returned if no error is
-raised.
-
formfield(self, form_class=<class 'django.forms.fields.CharField'>, **kwargs)
Returns a django.forms.Field instance for this database Field.
get_attname(self)
@@ -224,31 +197,26 @@ as SelectField choices for this field.
get_choices_default(self)
+
get_db_prep_lookup(self, lookup_type, value)
Returns field's value prepared for database lookup.
+ +
get_db_prep_save(self, value)
Returns field's value prepared for saving into a database.
+
get_default(self)
Returns the default value for this field.
get_flatchoices(self, include_blank=True, blank_choice=[('', '---------')])
Returns flattened choices with a default blank choice included.
get_internal_type(self)
-
get_prep_lookup(self, lookup_type, value)
Perform preliminary non-db specific lookup checks and conversions
- -
get_prep_value(self, value)
Perform preliminary non-db specific value checks and conversions.
-
get_validator_unique_lookup_type(self)
has_default(self)
Returns a boolean of whether this field has a default value.
pre_save(self, model_instance, add)
Returns field's value just before saving.
-
run_validators(self, value)
-
save_form_data(self, instance, data)
set_attributes_from_name(self, name)
-
validate(self, value, model_instance)
Validates value and throws ValidationError. Subclasses should override
-this to provide validation logic.
-
value_from_object(self, obj)
Returns the value of this field in the given model instance.
value_to_string(self, obj)
Returns a string value of this field from the passed obj.
@@ -264,8 +232,6 @@ Data descriptors inherited from dja
choices
-
description
-
flatchoices
Flattened version of choices tuple.
@@ -277,10 +243,6 @@ Data and other attributes inherited from
 
apiclient.ext.fileindex
/home/jcgregorio/projects/google-api-python-client/apiclient/ext/file.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/ext/file.py

Utilities for OAuth.
 
Utilities for making it easier to work with OAuth 1.0 credentials.

diff --git a/docs/apiclient.ext.html b/docs/apiclient.ext.html index 639d3db..0cbc93a 100644 --- a/docs/apiclient.ext.html +++ b/docs/apiclient.ext.html @@ -8,7 +8,7 @@  
 
apiclient.ext
index
/home/jcgregorio/projects/google-api-python-client/apiclient/ext/__init__.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/ext/__init__.py

diff --git a/docs/apiclient.html b/docs/apiclient.html index af31ee7..6ab9ee8 100644 --- a/docs/apiclient.html +++ b/docs/apiclient.html @@ -6,9 +6,9 @@
 
apiclient (version 1.0b9)
 
- 
apiclient
index
/home/jcgregorio/projects/google-api-python-client/apiclient/__init__.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/__init__.py

@@ -17,14 +17,22 @@ Package Contents -
       
contrib (package)
+
anyjson
+contrib (package)
discovery
-errors
-
ext (package)
+
errors
+ext (package)
http
-mimeparse
-
model
+
mimeparse
+model
oauth
-schema
-
+
schema
+

+ + + + + +
 
+Data
       __version__ = '1.0b9'
\ No newline at end of file diff --git a/docs/apiclient.http.html b/docs/apiclient.http.html index 85a81a7..bfdde06 100644 --- a/docs/apiclient.http.html +++ b/docs/apiclient.http.html @@ -8,7 +8,7 @@  
 
apiclient.http
index
/home/jcgregorio/projects/google-api-python-client/apiclient/http.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/http.py

Classes to encapsulate a single HTTP request.
 
The classes implement a command pattern, with every
diff --git a/docs/apiclient.mimeparse.html b/docs/apiclient.mimeparse.html index ac2dbfe..008f503 100644 --- a/docs/apiclient.mimeparse.html +++ b/docs/apiclient.mimeparse.html @@ -8,7 +8,7 @@  
 
apiclient.mimeparse (version 0.1.3)
index
/home/jcgregorio/projects/google-api-python-client/apiclient/mimeparse.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/mimeparse.py

MIME-Type Parser
 
This module provides basic functions for handling mime-types. It can handle
diff --git a/docs/apiclient.model.html b/docs/apiclient.model.html index b53fa62..82ff70f 100644 --- a/docs/apiclient.model.html +++ b/docs/apiclient.model.html @@ -8,7 +8,7 @@  
 
apiclient.model
index
/home/jcgregorio/projects/google-api-python-client/apiclient/model.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/model.py

Model objects for requests and responses.
 
Each API may support one or more serializations, such
diff --git a/docs/apiclient.oauth.html b/docs/apiclient.oauth.html index 2106fd7..eb79d16 100644 --- a/docs/apiclient.oauth.html +++ b/docs/apiclient.oauth.html @@ -8,7 +8,7 @@  
 
apiclient.oauth
index
/home/jcgregorio/projects/google-api-python-client/apiclient/oauth.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/oauth.py

Utilities for OAuth.
 
Utilities for making it easier to work with OAuth.

@@ -369,10 +369,19 @@ Args:
 
Returns:
   string, a JSON representation of this instance, suitable to pass to
-   from_json().
+   from_json().

Class methods inherited from oauth2client.client.Credentials:
+
from_json(cls, s) from __builtin__.type
Instantiate a Credentials object from a JSON description of it. The JSON
+should have been produced by calling .to_json() on the object.

+Args:
+  data: dict, A deserialized JSON object.

+Returns:
+  An instance of a Credentials subclass.
+
new_from_json(cls, s) from __builtin__.type
Utility class method to instantiate a Credentials subclass from a JSON
representation produced by to_json().
 
@@ -554,10 +563,19 @@ Args:
 
Returns:
   string, a JSON representation of this instance, suitable to pass to
-   from_json().
+   from_json().

Class methods inherited from oauth2client.client.Credentials:
+
from_json(cls, s) from __builtin__.type
Instantiate a Credentials object from a JSON description of it. The JSON
+should have been produced by calling .to_json() on the object.

+Args:
+  data: dict, A deserialized JSON object.

+Returns:
+  An instance of a Credentials subclass.
+
new_from_json(cls, s) from __builtin__.type
Utility class method to instantiate a Credentials subclass from a JSON
representation produced by to_json().
 
diff --git a/docs/apiclient.schema.html b/docs/apiclient.schema.html index 6afcd27..29f44fe 100644 --- a/docs/apiclient.schema.html +++ b/docs/apiclient.schema.html @@ -8,7 +8,7 @@  
 
apiclient.schema
index
/home/jcgregorio/projects/google-api-python-client/apiclient/schema.py
+>index
/home/jcgregorio/projects/apiclient/apiclient/schema.py

Schema processing for discovery based APIs
 
Schemas holds an APIs discovery schemas. It can return those schema as
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:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  userId: string, Id of user for whom to retrieve bookshelves. (required)
-  shelf: string, Id of bookshelf to retrieve. (required)
+  userId: string, ID of user for whom to retrieve bookshelves. (required)
+  shelf: string, ID of bookshelf to retrieve. (required)
 
Returns:
  An object of the form
@@ -43,7 +43,7 @@ Returns:
Args:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  userId: string, Id of user for whom to retrieve bookshelves. (required)
+  userId: string, ID of user for whom to retrieve bookshelves. (required)
 
Returns:
  An object of the form
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 @@

list = method(self, **kwargs)
Retrieves volumes in a specific bookshelf for the specified user.
 
Args:
-  shelf: string, Id of bookshelf to retrieve volumes. (required)
+  shelf: string, ID of bookshelf to retrieve volumes. (required)
  source: string, String to identify the originator of this request.
  showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.
  maxResults: integer, Maximum number of results to return
  startIndex: integer, Index of the first element to return (starts at 0)
  country: string, ISO-3166-1 code to override the IP-based location.
-  userId: string, Id of user for whom to retrieve bookshelf volumes. (required)
+  userId: string, ID of user for whom to retrieve bookshelf volumes. (required)
 
Returns:
  An object of the form
@@ -118,11 +118,25 @@ Returns:
          },
        },
        "volumeInfo": { # General volume information.
-          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
-          "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.)
-          "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.
          "pageCount": 42, # Total number of pages.
+          "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.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "title": "A String", # Volume title. (In LITE projection.)
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "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.)
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
@@ -131,33 +145,21 @@ Returns:
            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
          },
-          "publishedDate": "A String", # Date of publication. (In LITE projection.)
-          "previewLink": "A String", # URL to preview this volume on the Google Books site.
-          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
-          "ratingsCount": 42, # The number of review ratings for this volume.
-          "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.
-          "dimensions": { # Physical dimensions of this volume.
-            "width": "A String", # Width of this volume (in cm).
-            "thickness": "A String", # Thickness of this volume (in cm).
-            "height": "A String", # Height or length of this volume (in cm).
-          },
-          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
-          "industryIdentifiers": [ # Industry standard identifiers for this volume.
-            {
-              "identifier": "A String", # Industry specific volume identifier.
-              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
-            },
-          ],
          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
            "A String",
          ],
-          "title": "A String", # Volume title. (In LITE projection.)
-          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
-          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
            "A String",
          ],
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "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.
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "showReviewsLink": "A String", # URL to show reviews for this volume
+          "writeReviewLink": "A String", # URL to write a review for this volume
          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "ratingsCount": 42, # The number of review ratings for this volume.
        },
        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
        "selfLink": "A String", # URL to this resource. (In LITE projection.)
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 @@
bookshelves = methodResource(self)
A collection resource.
+
layers = methodResource(self)
A collection resource.
+
myconfig = methodResource(self)
A collection resource.
mylibrary = methodResource(self)
A collection resource.
+
volumeAnnotations = methodResource(self)
A collection resource.
+
volumes = methodResource(self)
A collection resource.

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 @@ Args:
  source: string, String to identify the originator of this request.
  locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
  country: string, ISO-3166-1 code to override the IP-based location.
-  cpksver: string, The device/version identifier from which to release the restriction. (required)
+  cpksver: string, The device/version ID from which to release the restriction. (required)
  volumeIds: string, The volume(s) to release restrictions for. (required) (repeated)
 
Returns:
@@ -53,7 +53,7 @@ Args:
  source: string, String to identify the originator of this request. (required)
  locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
  country: string, ISO-3166-1 code to override the IP-based location.
-  cpksver: string, The device/version identifier from which to request the restrictions. (required)
+  cpksver: string, The device/version ID from which to request the restrictions. (required)
  volumeId: string, The volume to request concurrent/download restrictions for. (required)
 
Returns:
@@ -98,7 +98,7 @@ Args:
  locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
  country: string, ISO-3166-1 code to override the IP-based location.
  showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.
-  cpksver: string, The device/version identifier from which to release the restriction. (required)
+  cpksver: string, The device/version ID from which to release the restriction. (required)
  volumeIds: string, The volume(s) to request download restrictions for. (repeated)
 
Returns:
@@ -194,11 +194,25 @@ Returns:
          },
        },
        "volumeInfo": { # General volume information.
-          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
-          "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.)
-          "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.
          "pageCount": 42, # Total number of pages.
+          "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.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "title": "A String", # Volume title. (In LITE projection.)
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "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.)
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
@@ -207,33 +221,21 @@ Returns:
            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
          },
-          "publishedDate": "A String", # Date of publication. (In LITE projection.)
-          "previewLink": "A String", # URL to preview this volume on the Google Books site.
-          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
-          "ratingsCount": 42, # The number of review ratings for this volume.
-          "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.
-          "dimensions": { # Physical dimensions of this volume.
-            "width": "A String", # Width of this volume (in cm).
-            "thickness": "A String", # Thickness of this volume (in cm).
-            "height": "A String", # Height or length of this volume (in cm).
-          },
-          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
-          "industryIdentifiers": [ # Industry standard identifiers for this volume.
-            {
-              "identifier": "A String", # Industry specific volume identifier.
-              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
-            },
-          ],
          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
            "A String",
          ],
-          "title": "A String", # Volume title. (In LITE projection.)
-          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
-          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
            "A String",
          ],
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "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.
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "showReviewsLink": "A String", # URL to show reviews for this volume
+          "writeReviewLink": "A String", # URL to write a review for this volume
          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "ratingsCount": 42, # The number of review ratings for this volume.
        },
        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
        "selfLink": "A String", # URL to this resource. (In LITE projection.)
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:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  annotationId: string, The annotation identifier for the annotation to delete. (required)
+  annotationId: string, The ID for the annotation to delete. (required)
-
get = method(self, **kwargs)
Gets an annotation by its id.
+
get = method(self, **kwargs)
Gets an annotation by its ID.
 
Args:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  annotationId: string, The annotation identifier for the annotation to retrieve. (required)
+  annotationId: string, The ID for the annotation to retrieve. (required)
 
Returns:
  An object of the form
@@ -231,11 +231,11 @@ Returns:
Args:
  pageToken: string, The value of the nextToken from the previous page.
  updatedMax: string, RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
-  layerId: string, The layer id to limit annotation by.
+  layerId: string, The layer ID to limit annotation by.
  volumeId: string, The volume to restrict annotations to.
  maxResults: integer, Maximum number of results to return
  showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.
-  pageIds: string, The page id(s) for the volume that is being queried. (repeated)
+  pageIds: string, The page ID(s) for the volume that is being queried. (repeated)
  contentVersion: string, The content version for the requested volume.
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
@@ -391,7 +391,7 @@ Args:
 
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  annotationId: string, The annotation identifier for the annotation to update. (required)
+  annotationId: string, The ID for the annotation to update. (required)
 
Returns:
  An object of the form
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:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  volumeId: string, Id of volume to add. (required)
-  shelf: string, Id of bookshelf to which to add a volume. (required)
+  volumeId: string, ID of volume to add. (required)
+  shelf: string, ID of bookshelf to which to add a volume. (required)
clearVolumes = method(self, **kwargs)
Clears all volumes from a bookshelf.
 
Args:
  source: string, String to identify the originator of this request.
-  shelf: string, Id of bookshelf from which to remove a volume. (required)
+  shelf: string, ID of bookshelf from which to remove a volume. (required)
  country: string, ISO-3166-1 code to override the IP-based location.
get = method(self, **kwargs)
Retrieves metadata for a specific bookshelf belonging to the authenticated user.
 
Args:
  source: string, String to identify the originator of this request.
-  shelf: string, Id of bookshelf to retrieve. (required)
+  shelf: string, ID of bookshelf to retrieve. (required)
  country: string, ISO-3166-1 code to override the IP-based location.
 
Returns:
@@ -85,16 +85,16 @@ Args:
  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)
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  volumeId: string, Id of volume to move. (required)
-  shelf: string, Id of bookshelf with the volume. (required)
+  volumeId: string, ID of volume to move. (required)
+  shelf: string, ID of bookshelf with the volume. (required)
removeVolume = method(self, **kwargs)
Removes a volume from a bookshelf.
 
Args:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  volumeId: string, Id of volume to remove. (required)
-  shelf: string, Id of bookshelf from which to remove a volume. (required)
+  volumeId: string, ID of volume to remove. (required)
+  shelf: string, ID of bookshelf from which to remove a volume. (required)
volumes = methodResource(self)
A collection resource.
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 @@ Args:
  maxResults: integer, Maximum number of results to return
  q: string, Full-text search query string in this bookshelf.
  startIndex: integer, Index of the first element to return (starts at 0)
-  shelf: string, The bookshelf id or name retrieve volumes for. (required)
+  shelf: string, The bookshelf ID or name retrieve volumes for. (required)
 
Returns:
  An object of the form
@@ -122,11 +122,25 @@ Returns:
          },
        },
        "volumeInfo": { # General volume information.
-          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
-          "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.)
-          "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.
          "pageCount": 42, # Total number of pages.
+          "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.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "title": "A String", # Volume title. (In LITE projection.)
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "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.)
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
@@ -135,33 +149,21 @@ Returns:
            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
          },
-          "publishedDate": "A String", # Date of publication. (In LITE projection.)
-          "previewLink": "A String", # URL to preview this volume on the Google Books site.
-          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
-          "ratingsCount": 42, # The number of review ratings for this volume.
-          "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.
-          "dimensions": { # Physical dimensions of this volume.
-            "width": "A String", # Width of this volume (in cm).
-            "thickness": "A String", # Thickness of this volume (in cm).
-            "height": "A String", # Height or length of this volume (in cm).
-          },
-          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
-          "industryIdentifiers": [ # Industry standard identifiers for this volume.
-            {
-              "identifier": "A String", # Industry specific volume identifier.
-              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
-            },
-          ],
          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
            "A String",
          ],
-          "title": "A String", # Volume title. (In LITE projection.)
-          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
-          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
            "A String",
          ],
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "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.
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "showReviewsLink": "A String", # URL to show reviews for this volume
+          "writeReviewLink": "A String", # URL to write a review for this volume
          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "ratingsCount": 42, # The number of review ratings for this volume.
        },
        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
        "selfLink": "A String", # URL to this resource. (In LITE projection.)
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:
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  volumeId: string, Id of volume for which to retrieve a reading position. (required)
+  volumeId: string, ID of volume for which to retrieve a reading position. (required)
  contentVersion: string, Volume content version for which this reading position is requested.
 
Returns:
@@ -39,7 +39,7 @@ Returns:
 
Args:
  source: string, String to identify the originator of this request.
-  volumeId: string, Id of volume for which to update the reading position. (required)
+  volumeId: string, ID of volume for which to update the reading position. (required)
  contentVersion: string, Volume content version for which this reading position applies.
  country: string, ISO-3166-1 code to override the IP-based location.
  position: string, Position string for the new volume reading position. (required)
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 @@ Args:
      lite - Includes a subset of fields in volumeInfo and accessInfo.
  source: string, String to identify the originator of this request.
  country: string, ISO-3166-1 code to override the IP-based location.
-  volumeId: string, Id of volume to retrieve. (required)
-  partner: string, Identifier of partner for whom to brand results.
+  volumeId: string, ID of volume to retrieve. (required)
+  partner: string, Brand results for partner ID.
 
Returns:
  An object of the form
@@ -116,11 +116,25 @@ Returns:
      },
    },
    "volumeInfo": { # General volume information.
-      "publisher": "A String", # Publisher of this volume. (In LITE projection.)
      "subtitle": "A String", # Volume subtitle. (In LITE projection.)
-      "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.)
-      "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.
      "pageCount": 42, # Total number of pages.
+      "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.
+      "dimensions": { # Physical dimensions of this volume.
+        "width": "A String", # Width of this volume (in cm).
+        "thickness": "A String", # Thickness of this volume (in cm).
+        "height": "A String", # Height or length of this volume (in cm).
+      },
+      "title": "A String", # Volume title. (In LITE projection.)
+      "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+      "industryIdentifiers": [ # Industry standard identifiers for this volume.
+        {
+          "identifier": "A String", # Industry specific volume identifier.
+          "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+        },
+      ],
+      "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+      "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.)
+      "publishedDate": "A String", # Date of publication. (In LITE projection.)
      "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
        "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
        "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
@@ -129,33 +143,21 @@ Returns:
        "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
        "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
      },
-      "publishedDate": "A String", # Date of publication. (In LITE projection.)
-      "previewLink": "A String", # URL to preview this volume on the Google Books site.
-      "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
-      "ratingsCount": 42, # The number of review ratings for this volume.
-      "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.
-      "dimensions": { # Physical dimensions of this volume.
-        "width": "A String", # Width of this volume (in cm).
-        "thickness": "A String", # Thickness of this volume (in cm).
-        "height": "A String", # Height or length of this volume (in cm).
-      },
-      "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
-      "industryIdentifiers": [ # Industry standard identifiers for this volume.
-        {
-          "identifier": "A String", # Industry specific volume identifier.
-          "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
-        },
-      ],
      "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
        "A String",
      ],
-      "title": "A String", # Volume title. (In LITE projection.)
-      "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
-      "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
      "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
        "A String",
      ],
+      "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+      "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.
+      "previewLink": "A String", # URL to preview this volume on the Google Books site.
+      "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+      "showReviewsLink": "A String", # URL to show reviews for this volume
+      "writeReviewLink": "A String", # URL to write a review for this volume
      "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+      "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+      "ratingsCount": 42, # The number of review ratings for this volume.
    },
    "id": "A String", # Unique identifier for a volume. (In LITE projection.)
    "selfLink": "A String", # URL to this resource. (In LITE projection.)
@@ -194,7 +196,7 @@ Args:
  startIndex: integer, Index of the first result to return (starts at 0)
  maxResults: integer, Maximum number of results to return.
  q: string, Full-text search query string. (required)
-  partner: string, Identifier of partner for whom to restrict and brand results.
+  partner: string, Restrict and brand results for partner ID.
  download: string, Restrict to volumes by download availability.
    Allowed values
      epub - All volumes with epub.
@@ -293,11 +295,25 @@ Returns:
          },
        },
        "volumeInfo": { # General volume information.
-          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
-          "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.)
-          "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.
          "pageCount": 42, # Total number of pages.
+          "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.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "title": "A String", # Volume title. (In LITE projection.)
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "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.)
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
@@ -306,33 +322,21 @@ Returns:
            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
          },
-          "publishedDate": "A String", # Date of publication. (In LITE projection.)
-          "previewLink": "A String", # URL to preview this volume on the Google Books site.
-          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
-          "ratingsCount": 42, # The number of review ratings for this volume.
-          "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.
-          "dimensions": { # Physical dimensions of this volume.
-            "width": "A String", # Width of this volume (in cm).
-            "thickness": "A String", # Thickness of this volume (in cm).
-            "height": "A String", # Height or length of this volume (in cm).
-          },
-          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
-          "industryIdentifiers": [ # Industry standard identifiers for this volume.
-            {
-              "identifier": "A String", # Industry specific volume identifier.
-              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
-            },
-          ],
          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
            "A String",
          ],
-          "title": "A String", # Volume title. (In LITE projection.)
-          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
-          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
            "A String",
          ],
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "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.
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "showReviewsLink": "A String", # URL to show reviews for this volume
+          "writeReviewLink": "A String", # URL to write a review for this volume
          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "ratingsCount": 42, # The number of review ratings for this volume.
        },
        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
        "selfLink": "A String", # URL to this resource. (In LITE projection.)
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 @@ Returns:
  An object of the form
 
    {
-    "creator": { # The creator of the event. Read-only.
-      "displayName": "A String", # The creator's name, if available.
-      "email": "A String", # The creator's email address, if available.
-    },
-    "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.
-      "displayName": "A String", # The organizer's name, if available.
-      "email": "A String", # The organizer's email address, if available.
-    },
-    "id": "A String", # Identifier of the event.
-    "attendees": [ # The attendees of the event.
-      {
-        "comment": "A String", # The attendee's response comment. Optional.
-        "displayName": "A String", # The attendee's name, if available. Optional.
-        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-        "responseStatus": "A String", # The attendee's response status. Possible values are:
-            # - "needsAction" - The attendee has not responded to the invitation.
-            # - "declined" - The attendee has declined the invitation.
-            # - "tentative" - The attendee has tentatively accepted the invitation.
-            # - "accepted" - The attendee has accepted the invitation.
-        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
      },
-    ],
-    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-    "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.
-      "A String",
-    ],
-    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the event as free-form text. Optional.
-    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-    "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.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "status": "A String", # Status of the event. Optional. Possible values are:
-        # - "confirmed" - The event is confirmed. This is the default status.
-        # - "tentative" - The event is tentatively confirmed.
-        # - "cancelled" - The event is cancelled.
-    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-    "gadget": { # A gadget that extends this event.
-      "preferences": { # Preferences.
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
      },
-      "title": "A String", # The gadget's title.
-      "height": 42, # The gadget's height in pixels. Optional.
-      "width": 42, # The gadget's width in pixels. Optional.
-      "link": "A String", # The gadget's URL.
-      "type": "A String", # The gadget's type.
-      "display": "A String", # The gadget's display mode. Optional. Possible values are:
-          # - "icon" - The gadget displays next to the event's title in the calendar view.
-          # - "chip" - The gadget displays when the event is clicked.
-      "iconLink": "A String", # The gadget's icon URL.
-    },
-    "description": "A String", # Description of the event. Optional.
-    "iCalUID": "A String", # Event ID in the iCalendar format.
-    "extendedProperties": { # Extended properties of the event.
-      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-      },
-      "private": { # Properties that are private to the copy of the event that appears on this calendar.
-      },
-    },
-    "sequence": 42, # Sequence number as per iCalendar.
-    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-        # - "public" - The event is public and event details are visible to all readers of the calendar.
-        # - "private" - The event is private and only event attendees may view event details.
-        # - "confidential" - The event is private. This value is provided for compatibility reasons.
-    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "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.
-    "kind": "calendar#event", # Type of the resource ("calendar#event").
-    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-    "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.
-    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-    "reminders": { # Information about the event's reminders for the authenticated user.
-      "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.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
        {
-          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-          "method": "A String", # The method used by this reminder. Possible values are:
-              # - "email" - Reminders are sent via email.
-              # - "sms" - Reminders are sent via SMS.
-              # - "popup" - Reminders are sent via a UI popup.
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
        },
      ],
-      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-    },
-    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-    "summary": "A String", # Title of the event.
-    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-        # - "opaque" - The event blocks time on the calendar. This is the default value.
-        # - "transparent" - The event does not block time on the calendar.
-    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  } +      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
import_ = method(self, **kwargs)
Imports an event.
 
@@ -147,119 +147,6 @@ Args:
    The object takes the form of:
 
{
-  "creator": { # The creator of the event. Read-only.
-    "displayName": "A String", # The creator's name, if available.
-    "email": "A String", # The creator's email address, if available.
-  },
-  "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.
-    "displayName": "A String", # The organizer's name, if available.
-    "email": "A String", # The organizer's email address, if available.
-  },
-  "id": "A String", # Identifier of the event.
-  "attendees": [ # The attendees of the event.
-    {
-      "comment": "A String", # The attendee's response comment. Optional.
-      "displayName": "A String", # The attendee's name, if available. Optional.
-      "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-      "responseStatus": "A String", # The attendee's response status. Possible values are:
-          # - "needsAction" - The attendee has not responded to the invitation.
-          # - "declined" - The attendee has declined the invitation.
-          # - "tentative" - The attendee has tentatively accepted the invitation.
-          # - "accepted" - The attendee has accepted the invitation.
-      "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-      "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-      "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-      "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-      "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
-    },
-  ],
-  "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-  "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.
-    "A String",
-  ],
-  "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "etag": "A String", # ETag of the resource.
-  "location": "A String", # Geographic location of the event as free-form text. Optional.
-  "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-  "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.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "status": "A String", # Status of the event. Optional. Possible values are:
-      # - "confirmed" - The event is confirmed. This is the default status.
-      # - "tentative" - The event is tentatively confirmed.
-      # - "cancelled" - The event is cancelled.
-  "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-  "gadget": { # A gadget that extends this event.
-    "preferences": { # Preferences.
-    },
-    "title": "A String", # The gadget's title.
-    "height": 42, # The gadget's height in pixels. Optional.
-    "width": 42, # The gadget's width in pixels. Optional.
-    "link": "A String", # The gadget's URL.
-    "type": "A String", # The gadget's type.
-    "display": "A String", # The gadget's display mode. Optional. Possible values are:
-        # - "icon" - The gadget displays next to the event's title in the calendar view.
-        # - "chip" - The gadget displays when the event is clicked.
-    "iconLink": "A String", # The gadget's icon URL.
-  },
-  "description": "A String", # Description of the event. Optional.
-  "iCalUID": "A String", # Event ID in the iCalendar format.
-  "extendedProperties": { # Extended properties of the event.
-    "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-    },
-    "private": { # Properties that are private to the copy of the event that appears on this calendar.
-    },
-  },
-  "sequence": 42, # Sequence number as per iCalendar.
-  "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-      # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-      # - "public" - The event is public and event details are visible to all readers of the calendar.
-      # - "private" - The event is private and only event attendees may view event details.
-      # - "confidential" - The event is private. This value is provided for compatibility reasons.
-  "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-  "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "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.
-  "kind": "calendar#event", # Type of the resource ("calendar#event").
-  "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-  "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.
-  "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-  "reminders": { # Information about the event's reminders for the authenticated user.
-    "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.
-      {
-        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-        "method": "A String", # The method used by this reminder. Possible values are:
-            # - "email" - Reminders are sent via email.
-            # - "sms" - Reminders are sent via SMS.
-            # - "popup" - Reminders are sent via a UI popup.
-      },
-    ],
-    "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-  },
-  "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-  "summary": "A String", # Title of the event.
-  "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-  "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-      # - "opaque" - The event blocks time on the calendar. This is the default value.
-      # - "transparent" - The event does not block time on the calendar.
-  "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-}

-  calendarId: string, Calendar identifier. (required)

-Returns:
-  An object of the form

-    {
    "creator": { # The creator of the event. Read-only.
      "displayName": "A String", # The creator's name, if available.
      "email": "A String", # The creator's email address, if available.
@@ -365,7 +252,120 @@ Returns:
        # - "opaque" - The event blocks time on the calendar. This is the default value.
        # - "transparent" - The event does not block time on the calendar.
    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
+  }

+  calendarId: string, Calendar identifier. (required)

+Returns:
+  An object of the form

+    {
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+      },
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+      },
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
insert = method(self, **kwargs)
Creates an event.
 
@@ -374,120 +374,6 @@ Args:
    The object takes the form of:
 
{
-  "creator": { # The creator of the event. Read-only.
-    "displayName": "A String", # The creator's name, if available.
-    "email": "A String", # The creator's email address, if available.
-  },
-  "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.
-    "displayName": "A String", # The organizer's name, if available.
-    "email": "A String", # The organizer's email address, if available.
-  },
-  "id": "A String", # Identifier of the event.
-  "attendees": [ # The attendees of the event.
-    {
-      "comment": "A String", # The attendee's response comment. Optional.
-      "displayName": "A String", # The attendee's name, if available. Optional.
-      "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-      "responseStatus": "A String", # The attendee's response status. Possible values are:
-          # - "needsAction" - The attendee has not responded to the invitation.
-          # - "declined" - The attendee has declined the invitation.
-          # - "tentative" - The attendee has tentatively accepted the invitation.
-          # - "accepted" - The attendee has accepted the invitation.
-      "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-      "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-      "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-      "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-      "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
-    },
-  ],
-  "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-  "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.
-    "A String",
-  ],
-  "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "etag": "A String", # ETag of the resource.
-  "location": "A String", # Geographic location of the event as free-form text. Optional.
-  "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-  "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.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "status": "A String", # Status of the event. Optional. Possible values are:
-      # - "confirmed" - The event is confirmed. This is the default status.
-      # - "tentative" - The event is tentatively confirmed.
-      # - "cancelled" - The event is cancelled.
-  "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-  "gadget": { # A gadget that extends this event.
-    "preferences": { # Preferences.
-    },
-    "title": "A String", # The gadget's title.
-    "height": 42, # The gadget's height in pixels. Optional.
-    "width": 42, # The gadget's width in pixels. Optional.
-    "link": "A String", # The gadget's URL.
-    "type": "A String", # The gadget's type.
-    "display": "A String", # The gadget's display mode. Optional. Possible values are:
-        # - "icon" - The gadget displays next to the event's title in the calendar view.
-        # - "chip" - The gadget displays when the event is clicked.
-    "iconLink": "A String", # The gadget's icon URL.
-  },
-  "description": "A String", # Description of the event. Optional.
-  "iCalUID": "A String", # Event ID in the iCalendar format.
-  "extendedProperties": { # Extended properties of the event.
-    "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-    },
-    "private": { # Properties that are private to the copy of the event that appears on this calendar.
-    },
-  },
-  "sequence": 42, # Sequence number as per iCalendar.
-  "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-      # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-      # - "public" - The event is public and event details are visible to all readers of the calendar.
-      # - "private" - The event is private and only event attendees may view event details.
-      # - "confidential" - The event is private. This value is provided for compatibility reasons.
-  "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-  "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "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.
-  "kind": "calendar#event", # Type of the resource ("calendar#event").
-  "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-  "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.
-  "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-  "reminders": { # Information about the event's reminders for the authenticated user.
-    "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.
-      {
-        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-        "method": "A String", # The method used by this reminder. Possible values are:
-            # - "email" - Reminders are sent via email.
-            # - "sms" - Reminders are sent via SMS.
-            # - "popup" - Reminders are sent via a UI popup.
-      },
-    ],
-    "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-  },
-  "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-  "summary": "A String", # Title of the event.
-  "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-  "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-      # - "opaque" - The event blocks time on the calendar. This is the default value.
-      # - "transparent" - The event does not block time on the calendar.
-  "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-}

-  sendNotifications: boolean, Whether to send notifications about the creation of the new event. Optional. The default is False.
-  calendarId: string, Calendar identifier. (required)

-Returns:
-  An object of the form

-    {
    "creator": { # The creator of the event. Read-only.
      "displayName": "A String", # The creator's name, if available.
      "email": "A String", # The creator's email address, if available.
@@ -593,7 +479,121 @@ Returns:
        # - "opaque" - The event blocks time on the calendar. This is the default value.
        # - "transparent" - The event does not block time on the calendar.
    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
+  }

+  sendNotifications: boolean, Whether to send notifications about the creation of the new event. Optional. The default is False.
+  calendarId: string, Calendar identifier. (required)

+Returns:
+  An object of the form

+    {
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+      },
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+      },
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
instances = method(self, **kwargs)
Returns instances of the specified recurring event.
 
@@ -625,112 +625,112 @@ Returns:
    "description": "A String", # Description of the calendar. Read-only.
    "items": [ # List of events on the calendar.
      {
-        "creator": { # The creator of the event. Read-only.
-          "displayName": "A String", # The creator's name, if available.
-          "email": "A String", # The creator's email address, if available.
-        },
-        "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.
-          "displayName": "A String", # The organizer's name, if available.
-          "email": "A String", # The organizer's email address, if available.
-        },
-        "id": "A String", # Identifier of the event.
-        "attendees": [ # The attendees of the event.
-          {
-            "comment": "A String", # The attendee's response comment. Optional.
-            "displayName": "A String", # The attendee's name, if available. Optional.
-            "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-            "responseStatus": "A String", # The attendee's response status. Possible values are:
-                # - "needsAction" - The attendee has not responded to the invitation.
-                # - "declined" - The attendee has declined the invitation.
-                # - "tentative" - The attendee has tentatively accepted the invitation.
-                # - "accepted" - The attendee has accepted the invitation.
-            "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-            "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-            "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-            "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-            "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+          "creator": { # The creator of the event. Read-only.
+            "displayName": "A String", # The creator's name, if available.
+            "email": "A String", # The creator's email address, if available.
          },
-        ],
-        "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-        "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.
-          "A String",
-        ],
-        "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-          "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-          "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.
-          "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-        },
-        "etag": "A String", # ETag of the resource.
-        "location": "A String", # Geographic location of the event as free-form text. Optional.
-        "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-        "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.
-          "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-          "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.
-          "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-        },
-        "status": "A String", # Status of the event. Optional. Possible values are:
-            # - "confirmed" - The event is confirmed. This is the default status.
-            # - "tentative" - The event is tentatively confirmed.
-            # - "cancelled" - The event is cancelled.
-        "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-        "gadget": { # A gadget that extends this event.
-          "preferences": { # Preferences.
+          "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.
+            "displayName": "A String", # The organizer's name, if available.
+            "email": "A String", # The organizer's email address, if available.
          },
-          "title": "A String", # The gadget's title.
-          "height": 42, # The gadget's height in pixels. Optional.
-          "width": 42, # The gadget's width in pixels. Optional.
-          "link": "A String", # The gadget's URL.
-          "type": "A String", # The gadget's type.
-          "display": "A String", # The gadget's display mode. Optional. Possible values are:
-              # - "icon" - The gadget displays next to the event's title in the calendar view.
-              # - "chip" - The gadget displays when the event is clicked.
-          "iconLink": "A String", # The gadget's icon URL.
-        },
-        "description": "A String", # Description of the event. Optional.
-        "iCalUID": "A String", # Event ID in the iCalendar format.
-        "extendedProperties": { # Extended properties of the event.
-          "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-          },
-          "private": { # Properties that are private to the copy of the event that appears on this calendar.
-          },
-        },
-        "sequence": 42, # Sequence number as per iCalendar.
-        "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-            # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-            # - "public" - The event is public and event details are visible to all readers of the calendar.
-            # - "private" - The event is private and only event attendees may view event details.
-            # - "confidential" - The event is private. This value is provided for compatibility reasons.
-        "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-        "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-          "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-          "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.
-          "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-        },
-        "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.
-        "kind": "calendar#event", # Type of the resource ("calendar#event").
-        "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-        "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.
-        "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-        "reminders": { # Information about the event's reminders for the authenticated user.
-          "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.
+          "id": "A String", # Identifier of the event.
+          "attendees": [ # The attendees of the event.
            {
-              "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-              "method": "A String", # The method used by this reminder. Possible values are:
-                  # - "email" - Reminders are sent via email.
-                  # - "sms" - Reminders are sent via SMS.
-                  # - "popup" - Reminders are sent via a UI popup.
+              "comment": "A String", # The attendee's response comment. Optional.
+              "displayName": "A String", # The attendee's name, if available. Optional.
+              "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+              "responseStatus": "A String", # The attendee's response status. Possible values are:
+                  # - "needsAction" - The attendee has not responded to the invitation.
+                  # - "declined" - The attendee has declined the invitation.
+                  # - "tentative" - The attendee has tentatively accepted the invitation.
+                  # - "accepted" - The attendee has accepted the invitation.
+              "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+              "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+              "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+              "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+              "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
            },
          ],
-          "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+          "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+          "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.
+            "A String",
+          ],
+          "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "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.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "etag": "A String", # ETag of the resource.
+          "location": "A String", # Geographic location of the event as free-form text. Optional.
+          "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+          "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.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "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.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "status": "A String", # Status of the event. Optional. Possible values are:
+              # - "confirmed" - The event is confirmed. This is the default status.
+              # - "tentative" - The event is tentatively confirmed.
+              # - "cancelled" - The event is cancelled.
+          "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+          "gadget": { # A gadget that extends this event.
+            "preferences": { # Preferences.
+            },
+            "title": "A String", # The gadget's title.
+            "height": 42, # The gadget's height in pixels. Optional.
+            "width": 42, # The gadget's width in pixels. Optional.
+            "link": "A String", # The gadget's URL.
+            "type": "A String", # The gadget's type.
+            "display": "A String", # The gadget's display mode. Optional. Possible values are:
+                # - "icon" - The gadget displays next to the event's title in the calendar view.
+                # - "chip" - The gadget displays when the event is clicked.
+            "iconLink": "A String", # The gadget's icon URL.
+          },
+          "description": "A String", # Description of the event. Optional.
+          "iCalUID": "A String", # Event ID in the iCalendar format.
+          "extendedProperties": { # Extended properties of the event.
+            "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+            },
+            "private": { # Properties that are private to the copy of the event that appears on this calendar.
+            },
+          },
+          "sequence": 42, # Sequence number as per iCalendar.
+          "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+              # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+              # - "public" - The event is public and event details are visible to all readers of the calendar.
+              # - "private" - The event is private and only event attendees may view event details.
+              # - "confidential" - The event is private. This value is provided for compatibility reasons.
+          "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+          "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "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.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "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.
+          "kind": "calendar#event", # Type of the resource ("calendar#event").
+          "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+          "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.
+          "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+          "reminders": { # Information about the event's reminders for the authenticated user.
+            "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.
+              {
+                "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+                "method": "A String", # The method used by this reminder. Possible values are:
+                    # - "email" - Reminders are sent via email.
+                    # - "sms" - Reminders are sent via SMS.
+                    # - "popup" - Reminders are sent via a UI popup.
+              },
+            ],
+            "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+          },
+          "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+          "summary": "A String", # Title of the event.
+          "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+          "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+              # - "opaque" - The event blocks time on the calendar. This is the default value.
+              # - "transparent" - The event does not block time on the calendar.
+          "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
        },
-        "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-        "summary": "A String", # Title of the event.
-        "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-        "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-            # - "opaque" - The event blocks time on the calendar. This is the default value.
-            # - "transparent" - The event does not block time on the calendar.
-        "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-      },
    ],
    "updated": "A String", # Last modification time of the calendar (as a RFC 3339 timestamp). Read-only.
    "summary": "A String", # Title of the calendar. Read-only.
@@ -793,112 +793,112 @@ Returns:
    "description": "A String", # Description of the calendar. Read-only.
    "items": [ # List of events on the calendar.
      {
-        "creator": { # The creator of the event. Read-only.
-          "displayName": "A String", # The creator's name, if available.
-          "email": "A String", # The creator's email address, if available.
-        },
-        "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.
-          "displayName": "A String", # The organizer's name, if available.
-          "email": "A String", # The organizer's email address, if available.
-        },
-        "id": "A String", # Identifier of the event.
-        "attendees": [ # The attendees of the event.
-          {
-            "comment": "A String", # The attendee's response comment. Optional.
-            "displayName": "A String", # The attendee's name, if available. Optional.
-            "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-            "responseStatus": "A String", # The attendee's response status. Possible values are:
-                # - "needsAction" - The attendee has not responded to the invitation.
-                # - "declined" - The attendee has declined the invitation.
-                # - "tentative" - The attendee has tentatively accepted the invitation.
-                # - "accepted" - The attendee has accepted the invitation.
-            "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-            "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-            "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-            "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-            "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+          "creator": { # The creator of the event. Read-only.
+            "displayName": "A String", # The creator's name, if available.
+            "email": "A String", # The creator's email address, if available.
          },
-        ],
-        "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-        "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.
-          "A String",
-        ],
-        "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-          "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-          "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.
-          "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-        },
-        "etag": "A String", # ETag of the resource.
-        "location": "A String", # Geographic location of the event as free-form text. Optional.
-        "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-        "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.
-          "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-          "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.
-          "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-        },
-        "status": "A String", # Status of the event. Optional. Possible values are:
-            # - "confirmed" - The event is confirmed. This is the default status.
-            # - "tentative" - The event is tentatively confirmed.
-            # - "cancelled" - The event is cancelled.
-        "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-        "gadget": { # A gadget that extends this event.
-          "preferences": { # Preferences.
+          "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.
+            "displayName": "A String", # The organizer's name, if available.
+            "email": "A String", # The organizer's email address, if available.
          },
-          "title": "A String", # The gadget's title.
-          "height": 42, # The gadget's height in pixels. Optional.
-          "width": 42, # The gadget's width in pixels. Optional.
-          "link": "A String", # The gadget's URL.
-          "type": "A String", # The gadget's type.
-          "display": "A String", # The gadget's display mode. Optional. Possible values are:
-              # - "icon" - The gadget displays next to the event's title in the calendar view.
-              # - "chip" - The gadget displays when the event is clicked.
-          "iconLink": "A String", # The gadget's icon URL.
-        },
-        "description": "A String", # Description of the event. Optional.
-        "iCalUID": "A String", # Event ID in the iCalendar format.
-        "extendedProperties": { # Extended properties of the event.
-          "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-          },
-          "private": { # Properties that are private to the copy of the event that appears on this calendar.
-          },
-        },
-        "sequence": 42, # Sequence number as per iCalendar.
-        "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-            # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-            # - "public" - The event is public and event details are visible to all readers of the calendar.
-            # - "private" - The event is private and only event attendees may view event details.
-            # - "confidential" - The event is private. This value is provided for compatibility reasons.
-        "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-        "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-          "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-          "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.
-          "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-        },
-        "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.
-        "kind": "calendar#event", # Type of the resource ("calendar#event").
-        "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-        "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.
-        "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-        "reminders": { # Information about the event's reminders for the authenticated user.
-          "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.
+          "id": "A String", # Identifier of the event.
+          "attendees": [ # The attendees of the event.
            {
-              "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-              "method": "A String", # The method used by this reminder. Possible values are:
-                  # - "email" - Reminders are sent via email.
-                  # - "sms" - Reminders are sent via SMS.
-                  # - "popup" - Reminders are sent via a UI popup.
+              "comment": "A String", # The attendee's response comment. Optional.
+              "displayName": "A String", # The attendee's name, if available. Optional.
+              "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+              "responseStatus": "A String", # The attendee's response status. Possible values are:
+                  # - "needsAction" - The attendee has not responded to the invitation.
+                  # - "declined" - The attendee has declined the invitation.
+                  # - "tentative" - The attendee has tentatively accepted the invitation.
+                  # - "accepted" - The attendee has accepted the invitation.
+              "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+              "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+              "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+              "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+              "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
            },
          ],
-          "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+          "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+          "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.
+            "A String",
+          ],
+          "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "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.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "etag": "A String", # ETag of the resource.
+          "location": "A String", # Geographic location of the event as free-form text. Optional.
+          "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+          "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.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "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.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "status": "A String", # Status of the event. Optional. Possible values are:
+              # - "confirmed" - The event is confirmed. This is the default status.
+              # - "tentative" - The event is tentatively confirmed.
+              # - "cancelled" - The event is cancelled.
+          "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+          "gadget": { # A gadget that extends this event.
+            "preferences": { # Preferences.
+            },
+            "title": "A String", # The gadget's title.
+            "height": 42, # The gadget's height in pixels. Optional.
+            "width": 42, # The gadget's width in pixels. Optional.
+            "link": "A String", # The gadget's URL.
+            "type": "A String", # The gadget's type.
+            "display": "A String", # The gadget's display mode. Optional. Possible values are:
+                # - "icon" - The gadget displays next to the event's title in the calendar view.
+                # - "chip" - The gadget displays when the event is clicked.
+            "iconLink": "A String", # The gadget's icon URL.
+          },
+          "description": "A String", # Description of the event. Optional.
+          "iCalUID": "A String", # Event ID in the iCalendar format.
+          "extendedProperties": { # Extended properties of the event.
+            "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+            },
+            "private": { # Properties that are private to the copy of the event that appears on this calendar.
+            },
+          },
+          "sequence": 42, # Sequence number as per iCalendar.
+          "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+              # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+              # - "public" - The event is public and event details are visible to all readers of the calendar.
+              # - "private" - The event is private and only event attendees may view event details.
+              # - "confidential" - The event is private. This value is provided for compatibility reasons.
+          "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+          "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "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.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "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.
+          "kind": "calendar#event", # Type of the resource ("calendar#event").
+          "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+          "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.
+          "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+          "reminders": { # Information about the event's reminders for the authenticated user.
+            "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.
+              {
+                "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+                "method": "A String", # The method used by this reminder. Possible values are:
+                    # - "email" - Reminders are sent via email.
+                    # - "sms" - Reminders are sent via SMS.
+                    # - "popup" - Reminders are sent via a UI popup.
+              },
+            ],
+            "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+          },
+          "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+          "summary": "A String", # Title of the event.
+          "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+          "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+              # - "opaque" - The event blocks time on the calendar. This is the default value.
+              # - "transparent" - The event does not block time on the calendar.
+          "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
        },
-        "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-        "summary": "A String", # Title of the event.
-        "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-        "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-            # - "opaque" - The event blocks time on the calendar. This is the default value.
-            # - "transparent" - The event does not block time on the calendar.
-        "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-      },
    ],
    "updated": "A String", # Last modification time of the calendar (as a RFC 3339 timestamp). Read-only.
    "summary": "A String", # Title of the calendar. Read-only.
@@ -934,112 +934,112 @@ Returns:
  An object of the form
 
    {
-    "creator": { # The creator of the event. Read-only.
-      "displayName": "A String", # The creator's name, if available.
-      "email": "A String", # The creator's email address, if available.
-    },
-    "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.
-      "displayName": "A String", # The organizer's name, if available.
-      "email": "A String", # The organizer's email address, if available.
-    },
-    "id": "A String", # Identifier of the event.
-    "attendees": [ # The attendees of the event.
-      {
-        "comment": "A String", # The attendee's response comment. Optional.
-        "displayName": "A String", # The attendee's name, if available. Optional.
-        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-        "responseStatus": "A String", # The attendee's response status. Possible values are:
-            # - "needsAction" - The attendee has not responded to the invitation.
-            # - "declined" - The attendee has declined the invitation.
-            # - "tentative" - The attendee has tentatively accepted the invitation.
-            # - "accepted" - The attendee has accepted the invitation.
-        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
      },
-    ],
-    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-    "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.
-      "A String",
-    ],
-    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the event as free-form text. Optional.
-    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-    "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.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "status": "A String", # Status of the event. Optional. Possible values are:
-        # - "confirmed" - The event is confirmed. This is the default status.
-        # - "tentative" - The event is tentatively confirmed.
-        # - "cancelled" - The event is cancelled.
-    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-    "gadget": { # A gadget that extends this event.
-      "preferences": { # Preferences.
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
      },
-      "title": "A String", # The gadget's title.
-      "height": 42, # The gadget's height in pixels. Optional.
-      "width": 42, # The gadget's width in pixels. Optional.
-      "link": "A String", # The gadget's URL.
-      "type": "A String", # The gadget's type.
-      "display": "A String", # The gadget's display mode. Optional. Possible values are:
-          # - "icon" - The gadget displays next to the event's title in the calendar view.
-          # - "chip" - The gadget displays when the event is clicked.
-      "iconLink": "A String", # The gadget's icon URL.
-    },
-    "description": "A String", # Description of the event. Optional.
-    "iCalUID": "A String", # Event ID in the iCalendar format.
-    "extendedProperties": { # Extended properties of the event.
-      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-      },
-      "private": { # Properties that are private to the copy of the event that appears on this calendar.
-      },
-    },
-    "sequence": 42, # Sequence number as per iCalendar.
-    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-        # - "public" - The event is public and event details are visible to all readers of the calendar.
-        # - "private" - The event is private and only event attendees may view event details.
-        # - "confidential" - The event is private. This value is provided for compatibility reasons.
-    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "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.
-    "kind": "calendar#event", # Type of the resource ("calendar#event").
-    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-    "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.
-    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-    "reminders": { # Information about the event's reminders for the authenticated user.
-      "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.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
        {
-          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-          "method": "A String", # The method used by this reminder. Possible values are:
-              # - "email" - Reminders are sent via email.
-              # - "sms" - Reminders are sent via SMS.
-              # - "popup" - Reminders are sent via a UI popup.
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
        },
      ],
-      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-    },
-    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-    "summary": "A String", # Title of the event.
-    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-        # - "opaque" - The event blocks time on the calendar. This is the default value.
-        # - "transparent" - The event does not block time on the calendar.
-    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
patch = method(self, **kwargs)
Updates an event. This method supports patch semantics.
 
@@ -1049,120 +1049,6 @@ Args:
    The object takes the form of:
 
{
-  "creator": { # The creator of the event. Read-only.
-    "displayName": "A String", # The creator's name, if available.
-    "email": "A String", # The creator's email address, if available.
-  },
-  "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.
-    "displayName": "A String", # The organizer's name, if available.
-    "email": "A String", # The organizer's email address, if available.
-  },
-  "id": "A String", # Identifier of the event.
-  "attendees": [ # The attendees of the event.
-    {
-      "comment": "A String", # The attendee's response comment. Optional.
-      "displayName": "A String", # The attendee's name, if available. Optional.
-      "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-      "responseStatus": "A String", # The attendee's response status. Possible values are:
-          # - "needsAction" - The attendee has not responded to the invitation.
-          # - "declined" - The attendee has declined the invitation.
-          # - "tentative" - The attendee has tentatively accepted the invitation.
-          # - "accepted" - The attendee has accepted the invitation.
-      "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-      "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-      "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-      "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-      "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
-    },
-  ],
-  "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-  "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.
-    "A String",
-  ],
-  "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "etag": "A String", # ETag of the resource.
-  "location": "A String", # Geographic location of the event as free-form text. Optional.
-  "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-  "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.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "status": "A String", # Status of the event. Optional. Possible values are:
-      # - "confirmed" - The event is confirmed. This is the default status.
-      # - "tentative" - The event is tentatively confirmed.
-      # - "cancelled" - The event is cancelled.
-  "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-  "gadget": { # A gadget that extends this event.
-    "preferences": { # Preferences.
-    },
-    "title": "A String", # The gadget's title.
-    "height": 42, # The gadget's height in pixels. Optional.
-    "width": 42, # The gadget's width in pixels. Optional.
-    "link": "A String", # The gadget's URL.
-    "type": "A String", # The gadget's type.
-    "display": "A String", # The gadget's display mode. Optional. Possible values are:
-        # - "icon" - The gadget displays next to the event's title in the calendar view.
-        # - "chip" - The gadget displays when the event is clicked.
-    "iconLink": "A String", # The gadget's icon URL.
-  },
-  "description": "A String", # Description of the event. Optional.
-  "iCalUID": "A String", # Event ID in the iCalendar format.
-  "extendedProperties": { # Extended properties of the event.
-    "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-    },
-    "private": { # Properties that are private to the copy of the event that appears on this calendar.
-    },
-  },
-  "sequence": 42, # Sequence number as per iCalendar.
-  "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-      # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-      # - "public" - The event is public and event details are visible to all readers of the calendar.
-      # - "private" - The event is private and only event attendees may view event details.
-      # - "confidential" - The event is private. This value is provided for compatibility reasons.
-  "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-  "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "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.
-  "kind": "calendar#event", # Type of the resource ("calendar#event").
-  "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-  "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.
-  "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-  "reminders": { # Information about the event's reminders for the authenticated user.
-    "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.
-      {
-        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-        "method": "A String", # The method used by this reminder. Possible values are:
-            # - "email" - Reminders are sent via email.
-            # - "sms" - Reminders are sent via SMS.
-            # - "popup" - Reminders are sent via a UI popup.
-      },
-    ],
-    "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-  },
-  "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-  "summary": "A String", # Title of the event.
-  "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-  "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-      # - "opaque" - The event blocks time on the calendar. This is the default value.
-      # - "transparent" - The event does not block time on the calendar.
-  "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-}

-  sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
-  calendarId: string, Calendar identifier. (required)

-Returns:
-  An object of the form

-    {
    "creator": { # The creator of the event. Read-only.
      "displayName": "A String", # The creator's name, if available.
      "email": "A String", # The creator's email address, if available.
@@ -1268,7 +1154,121 @@ Returns:
        # - "opaque" - The event blocks time on the calendar. This is the default value.
        # - "transparent" - The event does not block time on the calendar.
    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
+  }

+  sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
+  calendarId: string, Calendar identifier. (required)

+Returns:
+  An object of the form

+    {
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+      },
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+      },
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
quickAdd = method(self, **kwargs)
Creates an event based on a simple text string.
 
@@ -1281,230 +1281,112 @@ Returns:
  An object of the form
 
    {
-    "creator": { # The creator of the event. Read-only.
-      "displayName": "A String", # The creator's name, if available.
-      "email": "A String", # The creator's email address, if available.
-    },
-    "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.
-      "displayName": "A String", # The organizer's name, if available.
-      "email": "A String", # The organizer's email address, if available.
-    },
-    "id": "A String", # Identifier of the event.
-    "attendees": [ # The attendees of the event.
-      {
-        "comment": "A String", # The attendee's response comment. Optional.
-        "displayName": "A String", # The attendee's name, if available. Optional.
-        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-        "responseStatus": "A String", # The attendee's response status. Possible values are:
-            # - "needsAction" - The attendee has not responded to the invitation.
-            # - "declined" - The attendee has declined the invitation.
-            # - "tentative" - The attendee has tentatively accepted the invitation.
-            # - "accepted" - The attendee has accepted the invitation.
-        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
      },
-    ],
-    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-    "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.
-      "A String",
-    ],
-    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the event as free-form text. Optional.
-    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-    "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.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "status": "A String", # Status of the event. Optional. Possible values are:
-        # - "confirmed" - The event is confirmed. This is the default status.
-        # - "tentative" - The event is tentatively confirmed.
-        # - "cancelled" - The event is cancelled.
-    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-    "gadget": { # A gadget that extends this event.
-      "preferences": { # Preferences.
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
      },
-      "title": "A String", # The gadget's title.
-      "height": 42, # The gadget's height in pixels. Optional.
-      "width": 42, # The gadget's width in pixels. Optional.
-      "link": "A String", # The gadget's URL.
-      "type": "A String", # The gadget's type.
-      "display": "A String", # The gadget's display mode. Optional. Possible values are:
-          # - "icon" - The gadget displays next to the event's title in the calendar view.
-          # - "chip" - The gadget displays when the event is clicked.
-      "iconLink": "A String", # The gadget's icon URL.
-    },
-    "description": "A String", # Description of the event. Optional.
-    "iCalUID": "A String", # Event ID in the iCalendar format.
-    "extendedProperties": { # Extended properties of the event.
-      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-      },
-      "private": { # Properties that are private to the copy of the event that appears on this calendar.
-      },
-    },
-    "sequence": 42, # Sequence number as per iCalendar.
-    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-        # - "public" - The event is public and event details are visible to all readers of the calendar.
-        # - "private" - The event is private and only event attendees may view event details.
-        # - "confidential" - The event is private. This value is provided for compatibility reasons.
-    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "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.
-    "kind": "calendar#event", # Type of the resource ("calendar#event").
-    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-    "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.
-    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-    "reminders": { # Information about the event's reminders for the authenticated user.
-      "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.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
        {
-          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-          "method": "A String", # The method used by this reminder. Possible values are:
-              # - "email" - Reminders are sent via email.
-              # - "sms" - Reminders are sent via SMS.
-              # - "popup" - Reminders are sent via a UI popup.
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
        },
      ],
-      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-    },
-    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-    "summary": "A String", # Title of the event.
-    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-        # - "opaque" - The event blocks time on the calendar. This is the default value.
-        # - "transparent" - The event does not block time on the calendar.
-    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
- -
reset = method(self, **kwargs)
Resets a specialized instance of a recurring event to its original state.

-Args:
-  eventId: string, Event identifier. (required)
-  sendNotifications: boolean, Whether to send notifications about the event update. Optional. The default is False.
-  calendarId: string, Calendar identifier. (required)

-Returns:
-  An object of the form

-    {
-    "creator": { # The creator of the event. Read-only.
-      "displayName": "A String", # The creator's name, if available.
-      "email": "A String", # The creator's email address, if available.
-    },
-    "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.
-      "displayName": "A String", # The organizer's name, if available.
-      "email": "A String", # The organizer's email address, if available.
-    },
-    "id": "A String", # Identifier of the event.
-    "attendees": [ # The attendees of the event.
-      {
-        "comment": "A String", # The attendee's response comment. Optional.
-        "displayName": "A String", # The attendee's name, if available. Optional.
-        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-        "responseStatus": "A String", # The attendee's response status. Possible values are:
-            # - "needsAction" - The attendee has not responded to the invitation.
-            # - "declined" - The attendee has declined the invitation.
-            # - "tentative" - The attendee has tentatively accepted the invitation.
-            # - "accepted" - The attendee has accepted the invitation.
-        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
-      },
-    ],
-    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-    "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.
-      "A String",
-    ],
-    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "etag": "A String", # ETag of the resource.
-    "location": "A String", # Geographic location of the event as free-form text. Optional.
-    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-    "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.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "status": "A String", # Status of the event. Optional. Possible values are:
-        # - "confirmed" - The event is confirmed. This is the default status.
-        # - "tentative" - The event is tentatively confirmed.
-        # - "cancelled" - The event is cancelled.
-    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-    "gadget": { # A gadget that extends this event.
-      "preferences": { # Preferences.
-      },
-      "title": "A String", # The gadget's title.
-      "height": 42, # The gadget's height in pixels. Optional.
-      "width": 42, # The gadget's width in pixels. Optional.
-      "link": "A String", # The gadget's URL.
-      "type": "A String", # The gadget's type.
-      "display": "A String", # The gadget's display mode. Optional. Possible values are:
-          # - "icon" - The gadget displays next to the event's title in the calendar view.
-          # - "chip" - The gadget displays when the event is clicked.
-      "iconLink": "A String", # The gadget's icon URL.
-    },
-    "description": "A String", # Description of the event. Optional.
-    "iCalUID": "A String", # Event ID in the iCalendar format.
-    "extendedProperties": { # Extended properties of the event.
-      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-      },
-      "private": { # Properties that are private to the copy of the event that appears on this calendar.
-      },
-    },
-    "sequence": 42, # Sequence number as per iCalendar.
-    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-        # - "public" - The event is public and event details are visible to all readers of the calendar.
-        # - "private" - The event is private and only event attendees may view event details.
-        # - "confidential" - The event is private. This value is provided for compatibility reasons.
-    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-      "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.
-      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-    },
-    "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.
-    "kind": "calendar#event", # Type of the resource ("calendar#event").
-    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-    "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.
-    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-    "reminders": { # Information about the event's reminders for the authenticated user.
-      "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.
-        {
-          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-          "method": "A String", # The method used by this reminder. Possible values are:
-              # - "email" - Reminders are sent via email.
-              # - "sms" - Reminders are sent via SMS.
-              # - "popup" - Reminders are sent via a UI popup.
-        },
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
      ],
-      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-    },
-    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-    "summary": "A String", # Title of the event.
-    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-        # - "opaque" - The event blocks time on the calendar. This is the default value.
-        # - "transparent" - The event does not block time on the calendar.
-    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
update = method(self, **kwargs)
Updates an event.
 
@@ -1514,120 +1396,6 @@ Args:
    The object takes the form of:
 
{
-  "creator": { # The creator of the event. Read-only.
-    "displayName": "A String", # The creator's name, if available.
-    "email": "A String", # The creator's email address, if available.
-  },
-  "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.
-    "displayName": "A String", # The organizer's name, if available.
-    "email": "A String", # The organizer's email address, if available.
-  },
-  "id": "A String", # Identifier of the event.
-  "attendees": [ # The attendees of the event.
-    {
-      "comment": "A String", # The attendee's response comment. Optional.
-      "displayName": "A String", # The attendee's name, if available. Optional.
-      "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
-      "responseStatus": "A String", # The attendee's response status. Possible values are:
-          # - "needsAction" - The attendee has not responded to the invitation.
-          # - "declined" - The attendee has declined the invitation.
-          # - "tentative" - The attendee has tentatively accepted the invitation.
-          # - "accepted" - The attendee has accepted the invitation.
-      "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
-      "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
-      "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
-      "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
-      "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
-    },
-  ],
-  "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
-  "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.
-    "A String",
-  ],
-  "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "etag": "A String", # ETag of the resource.
-  "location": "A String", # Geographic location of the event as free-form text. Optional.
-  "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
-  "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.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "status": "A String", # Status of the event. Optional. Possible values are:
-      # - "confirmed" - The event is confirmed. This is the default status.
-      # - "tentative" - The event is tentatively confirmed.
-      # - "cancelled" - The event is cancelled.
-  "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
-  "gadget": { # A gadget that extends this event.
-    "preferences": { # Preferences.
-    },
-    "title": "A String", # The gadget's title.
-    "height": 42, # The gadget's height in pixels. Optional.
-    "width": 42, # The gadget's width in pixels. Optional.
-    "link": "A String", # The gadget's URL.
-    "type": "A String", # The gadget's type.
-    "display": "A String", # The gadget's display mode. Optional. Possible values are:
-        # - "icon" - The gadget displays next to the event's title in the calendar view.
-        # - "chip" - The gadget displays when the event is clicked.
-    "iconLink": "A String", # The gadget's icon URL.
-  },
-  "description": "A String", # Description of the event. Optional.
-  "iCalUID": "A String", # Event ID in the iCalendar format.
-  "extendedProperties": { # Extended properties of the event.
-    "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
-    },
-    "private": { # Properties that are private to the copy of the event that appears on this calendar.
-    },
-  },
-  "sequence": 42, # Sequence number as per iCalendar.
-  "visibility": "A String", # Visibility of the event. Optional. Possible values are:
-      # - "default" - Uses the default visibility for events on the calendar. This is the default value.
-      # - "public" - The event is public and event details are visible to all readers of the calendar.
-      # - "private" - The event is private and only event attendees may view event details.
-      # - "confidential" - The event is private. This value is provided for compatibility reasons.
-  "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
-  "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
-    "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
-    "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.
-    "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
-  },
-  "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.
-  "kind": "calendar#event", # Type of the resource ("calendar#event").
-  "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
-  "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.
-  "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
-  "reminders": { # Information about the event's reminders for the authenticated user.
-    "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.
-      {
-        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
-        "method": "A String", # The method used by this reminder. Possible values are:
-            # - "email" - Reminders are sent via email.
-            # - "sms" - Reminders are sent via SMS.
-            # - "popup" - Reminders are sent via a UI popup.
-      },
-    ],
-    "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
-  },
-  "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
-  "summary": "A String", # Title of the event.
-  "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
-  "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
-      # - "opaque" - The event blocks time on the calendar. This is the default value.
-      # - "transparent" - The event does not block time on the calendar.
-  "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-}

-  sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
-  calendarId: string, Calendar identifier. (required)

-Returns:
-  An object of the form

-    {
    "creator": { # The creator of the event. Read-only.
      "displayName": "A String", # The creator's name, if available.
      "email": "A String", # The creator's email address, if available.
@@ -1733,7 +1501,121 @@ Returns:
        # - "opaque" - The event blocks time on the calendar. This is the default value.
        # - "transparent" - The event does not block time on the calendar.
    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
-  }
+  }

+  sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
+  calendarId: string, Calendar identifier. (required)

+Returns:
+  An object of the form

+    {
+      "creator": { # The creator of the event. Read-only.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+      },
+      "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.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+      },
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "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.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "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.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "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.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "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.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "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.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "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.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "summary": "A String", # Title of the event.
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }
Data descriptors defined here:
diff --git a/docs/oauth2client.anyjson.html b/docs/oauth2client.anyjson.html index 64e06ed..9e693c6 100644 --- a/docs/oauth2client.anyjson.html +++ b/docs/oauth2client.anyjson.html @@ -8,7 +8,7 @@  
 
oauth2client.anyjson
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/anyjson.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/anyjson.py

Utility module to import a JSON module
 
Hides all the messy details of exactly where
diff --git a/docs/oauth2client.appengine.html b/docs/oauth2client.appengine.html index 72d4be9..61f90f7 100644 --- a/docs/oauth2client.appengine.html +++ b/docs/oauth2client.appengine.html @@ -8,7 +8,7 @@  
 
oauth2client.appengine
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/appengine.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/appengine.py

Utilities for Google App Engine
 
Utilities for making it easier to use OAuth 2.0 on Google App Engine.

@@ -19,7 +19,7 @@ Utilities for making it easier to use OAuth&n Modules         -
google.appengine.api.app_identity.app_identity
+
+class OAuth2Handler(google.appengine.ext.webapp._webapp25.RequestHandler)
google.appengine.api.app_identity
base64
oauth2client.clientsecrets
google.appengine.ext.db
@@ -69,7 +69,7 @@ Utilities for making it easier to use OAuth&n
FlowProperty
-
google.appengine.ext.webapp.RequestHandler(__builtin__.object) +
google.appengine.ext.webapp._webapp25.RequestHandler(__builtin__.object)
OAuth2Handler @@ -100,11 +100,7 @@ Utilities for making it easier to use OAuth&n This object will allow an App Engine application to identify itself to Google
and other OAuth 2.0 servers that can verify assertions. It can be used for
the purpose of accessing data stored under an account assigned to the App
-Engine application itself. The algorithm used for generating the assertion is
-the Signed JSON Web Token (JWT) algorithm. Additional details can be found at
-the following link:

-http://self-issued.info/docs/draft-jones-json-web-token.html
+Engine application itself.
 
This credential does not require a flow to instantiate because it represents
a two legged flow, and therefore has all of the required information to
@@ -119,17 +115,10 @@ generate and refresh its own access tokens.
&nb

Methods defined here:
-
__init__(self, scope, audience='https://accounts.google.com/o/oauth2/token', assertion_type='http://oauth.net/grant_type/jwt/1.0/bearer', token_uri='https://accounts.google.com/o/oauth2/token', **kwargs)
Constructor for AppAssertionCredentials
+
__init__(self, scope, **kwargs)
Constructor for AppAssertionCredentials
 
Args:
-  scope: string, scope of the credentials being requested.
-  audience: string, The audience, or verifier of the assertion.  For
-    convenience defaults to Google's audience.
-  assertion_type: string, Type name that will identify the format of the
-    assertion string.  For convience, defaults to the JSON Web Token (JWT)
-    assertion type string.
-  token_uri: string, URI for token endpoint. For convenience
-    defaults to Google's endpoints but any OAuth 2.0 provider can be used.
+  scope: string or list of strings, scope(s) of the credentials being requested.

Class methods defined here:
@@ -567,7 +556,7 @@ Subclasses must define an authorize() method that& an HTTP transport.
 
Subclasses must also specify a classmethod named 'from_json' that takes a JSON
-string as input and returns an instaniated Crentials object. +string as input and returns an instaniated Credentials object.
Methods inherited from google.appengine.ext.db.Property:
@@ -624,6 +613,20 @@ Returns:
  True if this value is considered empty in the context of this Property
  type, otherwise False.
+
get_updated_value_for_datastore(self, model_instance)
Determine new value for auto-updated property.

+Some properies (e.g. DateTimeProperty, UserProperty) optionally update their
+value on every put(). This call must return the new desired value for such
+properties. For all other properties, this call must return
+AUTO_UPDATE_UNCHANGED.

+Args:
+  model_instance: Instance to get new value for.

+Returns:
+  Datastore representation of the new model value in a form that is
+  appropriate for storing in the datastore, or AUTO_UPDATE_UNCHANGED.
+
Data descriptors inherited from google.appengine.ext.db.Property:
__dict__
@@ -709,6 +712,20 @@ the arguments to this class and what they&nbs Returns:
  Default value as provided by __init__(default).
+
get_updated_value_for_datastore(self, model_instance)
Determine new value for auto-updated property.

+Some properies (e.g. DateTimeProperty, UserProperty) optionally update their
+value on every put(). This call must return the new desired value for such
+properties. For all other properties, this call must return
+AUTO_UPDATE_UNCHANGED.

+Args:
+  model_instance: Instance to get new value for.

+Returns:
+  Datastore representation of the new model value in a form that is
+  appropriate for storing in the datastore, or AUTO_UPDATE_UNCHANGED.
+
Data descriptors inherited from google.appengine.ext.db.Property:
__dict__
@@ -791,7 +808,7 @@ Data descriptors inherited from exceptio
Utility for making OAuth 2.0 easier.
 
Instantiate and then use with oauth_required or oauth_aware
-as decorators on webapp.RequestHandler methods.
+as decorators on webapp.RequestHandler methods.
 
Example:
 
@@ -801,7 +818,7 @@ Example:
      scope='https://www.googleapis.com/auth/plus')
 
 
-  class MainHandler(webapp.RequestHandler):
+  class MainHandler(webapp.RequestHandler):
 
    @decorator.oauth_required
    def get(self):
@@ -830,12 +847,12 @@ Args:
authorize_url(self)
Returns the URL to start the OAuth dance.
 
-Must only be called from with a webapp.RequestHandler subclassed method
+Must only be called from with a webapp.RequestHandler subclassed method
that had been decorated with either @oauth_required or @oauth_aware.
has_credentials(self)
True if for the logged in user there are valid access Credentials.
 
-Must only be called from with a webapp.RequestHandler subclassed method
+Must only be called from with a webapp.RequestHandler subclassed method
that had been decorated with either @oauth_required or @oauth_aware.
http(self)
Returns an authorized http instance.
@@ -853,7 +870,7 @@ From within a method decorated with @oauth_aware&n and authorize_url() methods can be called.
 
Args:
-  method: callable, to be decorated method of a webapp.RequestHandler
+  method: callable, to be decorated method of a webapp.RequestHandler
    instance.
oauth_required(self, method)
Decorator that starts the OAuth 2.0 dance.
@@ -862,7 +879,7 @@ Starts the OAuth dance for the logged in  granted access for this application.
 
Args:
-  method: callable, to be decorated method of a webapp.RequestHandler
+  method: callable, to be decorated method of a webapp.RequestHandler
    instance.

@@ -892,7 +909,7 @@ Example:
    scope='https://www.googleapis.com/auth/plus')
 
 
-  class MainHandler(webapp.RequestHandler):
+  class MainHandler(webapp.RequestHandler):
 
    @decorator.oauth_required
    def get(self):
@@ -911,7 +928,8 @@ Methods defined here:
 
Args:
  filename: string, File name of client secrets.
-  scope: string, Space separated list of scopes.
+  scope: string or list of strings, scope(s) of the credentials being
+    requested.
  message: string, A friendly string to display to the user if the
    clientsecrets file is missing or invalid. The message may contain HTML and
    will be presented on the web interface for any method that uses the
@@ -921,12 +939,12 @@ Args:
Methods inherited from OAuth2Decorator:
authorize_url(self)
Returns the URL to start the OAuth dance.
 
-Must only be called from with a webapp.RequestHandler subclassed method
+Must only be called from with a webapp.RequestHandler subclassed method
that had been decorated with either @oauth_required or @oauth_aware.
has_credentials(self)
True if for the logged in user there are valid access Credentials.
 
-Must only be called from with a webapp.RequestHandler subclassed method
+Must only be called from with a webapp.RequestHandler subclassed method
that had been decorated with either @oauth_required or @oauth_aware.
http(self)
Returns an authorized http instance.
@@ -944,7 +962,7 @@ From within a method decorated with @oauth_aware&n and authorize_url() methods can be called.
 
Args:
-  method: callable, to be decorated method of a webapp.RequestHandler
+  method: callable, to be decorated method of a webapp.RequestHandler
    instance.
oauth_required(self, method)
Decorator that starts the OAuth 2.0 dance.
@@ -953,7 +971,7 @@ Starts the OAuth dance for the logged in  granted access for this application.
 
Args:
-  method: callable, to be decorated method of a webapp.RequestHandler
+  method: callable, to be decorated method of a webapp.RequestHandler
    instance.

@@ -968,14 +986,14 @@ Data descriptors inherited from
 
-class OAuth2Handler(google.appengine.ext.webapp.RequestHandler)
    Handler for the redirect_uri of the OAuth 2.0 dance.
 
 
Method resolution order:
OAuth2Handler
-
google.appengine.ext.webapp.RequestHandler
+
google.appengine.ext.webapp._webapp25.RequestHandler
__builtin__.object

@@ -983,7 +1001,7 @@ Methods defined here:
get = check_login(self, *args)

-Methods inherited from google.appengine.ext.webapp.RequestHandler:
+Methods inherited from google.appengine.ext.webapp._webapp25.RequestHandler:
delete(self, *args)
Handler method for DELETE requests.
error(self, code)
Clears the response output stream and sets the given HTTP error code.
@@ -1019,7 +1037,7 @@ Args:
trace(self, *args)
Handler method for TRACE requests.

-Class methods inherited from google.appengine.ext.webapp.RequestHandler:
+Class methods inherited from google.appengine.ext.webapp._webapp25.RequestHandler:
get_url(cls, *args, **kargs) from __builtin__.type
Returns the url for the given handler.
 
The default implementation uses the patterns passed to the active
@@ -1057,7 +1075,7 @@ instances without relying on global variables. &nb create a set of post handlers that will do simple text transformations
you can write:
 
-  class ChangeTextHandler(webapp.RequestHandler):
+  class ChangeTextHandler(webapp.RequestHandler):
 
    def __init__(self, transform):
      self.transform = transform
@@ -1077,7 +1095,7 @@ Text POSTed to /to_lower will be lower cased. Text POSTed to /to_upper will be upper cased.

-Data descriptors inherited from google.appengine.ext.webapp.RequestHandler:
+Data descriptors inherited from google.appengine.ext.webapp._webapp25.RequestHandler:
__dict__
dictionary for instance variables (if defined)
@@ -1179,7 +1197,8 @@ Data descriptors inherited from oauth  
Args:
  filename: string, File name of client secrets.
-  scope: string, Space separated list of scopes.
+  scope: string or list of strings, scope(s) of the credentials being
+    requested.
  message: string, A friendly string to display to the user if the
    clientsecrets file is missing or invalid. The message may contain HTML and
    will be presented on the web interface for any method that uses the
@@ -1195,7 +1214,7 @@ Returns: An 
OAuth2Decorator
        OAUTH2CLIENT_NAMESPACE = 'oauth2client#ns'
__author__ = 'jcgregorio@google.com (Joe Gregorio)'
-application = <google.appengine.ext.webapp.WSGIApplication object>

+application = <google.appengine.ext.webapp._webapp25.WSGIApplication object>

 
diff --git a/docs/oauth2client.client.html b/docs/oauth2client.client.html index d84b7c5..8870fb3 100644 --- a/docs/oauth2client.client.html +++ b/docs/oauth2client.client.html @@ -8,7 +8,7 @@
 
 
oauth2client.client
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/client.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/client.py

An OAuth 2.0 client.
 
Tools for interacting with OAuth 2.0 protected resources.

@@ -513,10 +513,19 @@ Args:
 
Returns:
   string, a JSON representation of this instance, suitable to pass to
-   from_json().
+   from_json().
Class methods defined here:
+
from_json(cls, s) from __builtin__.type
Instantiate a Credentials object from a JSON description of it. The JSON
+should have been produced by calling .to_json() on the object.

+Args:
+  data: dict, A deserialized JSON object.

+Returns:
+  An instance of a Credentials subclass.
+
new_from_json(cls, s) from __builtin__.type
Utility class method to instantiate a Credentials subclass from a JSON
representation produced by to_json().
 
diff --git a/docs/oauth2client.clientsecrets.html b/docs/oauth2client.clientsecrets.html index 1c64567..10c6a77 100644 --- a/docs/oauth2client.clientsecrets.html +++ b/docs/oauth2client.clientsecrets.html @@ -8,7 +8,7 @@  
 
oauth2client.clientsecrets
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/clientsecrets.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/clientsecrets.py

Utilities for reading OAuth 2.0 client secret files.
 
A client_secrets.json file contains all the information needed to interact with
diff --git a/docs/oauth2client.crypt.html b/docs/oauth2client.crypt.html index 5dba279..3c32593 100644 --- a/docs/oauth2client.crypt.html +++ b/docs/oauth2client.crypt.html @@ -8,7 +8,7 @@  
 
oauth2client.crypt
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/crypt.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/crypt.py

# -*- coding: utf-8 -*-
#
# Copyright (C) 2011 Google Inc.
diff --git a/docs/oauth2client.django_orm.html b/docs/oauth2client.django_orm.html index dfaabdf..7f74243 100644 --- a/docs/oauth2client.django_orm.html +++ b/docs/oauth2client.django_orm.html @@ -8,7 +8,7 @@  
 
oauth2client.django_orm
index
/usr/local/google/home/jcgregorio/projects/apiclient-release/oauth2client/django_orm.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/django_orm.py

OAuth 2.0 utilities for Django.
 
Utilities for using OAuth 2.0 in conjunction with
@@ -62,13 +62,7 @@ the Django datastore.

Methods defined here:
contribute_to_class(self, cls, name)
-
db_type = inner(*args, **kwargs)
- -
get_db_prep_lookup = inner(*args, **kwargs)
- -
get_db_prep_save = inner(*args, **kwargs)
- -
get_db_prep_value = inner(*args, **kwargs)
+
get_db_prep_value(self, value, connection, prepared=False)
get_internal_type(self)
@@ -85,13 +79,12 @@ Methods inherited from django.db.mo
__deepcopy__(self, memodict)
-
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False, validators=[], error_messages=None)
+
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False)
bind(self, fieldmapping, original, bound_field_class)
-
clean(self, value, model_instance)
Convert the value's type and run validation. Validation errors from to_python
-and validate are propagated. The correct value is returned if no error is
-raised.
+
db_type(self)
Returns the database column data type for this field, taking into
+account the DATABASE_ENGINE setting.
formfield(self, form_class=<class 'django.forms.fields.CharField'>, **kwargs)
Returns a django.forms.Field instance for this database Field.
@@ -106,29 +99,24 @@ as SelectField choices for this field.
get_choices_default(self)
+
get_db_prep_lookup(self, lookup_type, value)
Returns field's value prepared for database lookup.
+ +
get_db_prep_save(self, value)
Returns field's value prepared for saving into a database.
+
get_default(self)
Returns the default value for this field.
get_flatchoices(self, include_blank=True, blank_choice=[('', '---------')])
Returns flattened choices with a default blank choice included.
-
get_prep_lookup(self, lookup_type, value)
Perform preliminary non-db specific lookup checks and conversions
- -
get_prep_value(self, value)
Perform preliminary non-db specific value checks and conversions.
-
get_validator_unique_lookup_type(self)
has_default(self)
Returns a boolean of whether this field has a default value.
pre_save(self, model_instance, add)
Returns field's value just before saving.
-
run_validators(self, value)
-
save_form_data(self, instance, data)
set_attributes_from_name(self, name)
-
validate(self, value, model_instance)
Validates value and throws ValidationError. Subclasses should override
-this to provide validation logic.
-
value_from_object(self, obj)
Returns the value of this field in the given model instance.
value_to_string(self, obj)
Returns a string value of this field from the passed obj.
@@ -144,8 +132,6 @@ Data descriptors inherited from dja
choices
-
description
-
flatchoices
Flattened version of choices tuple.
@@ -157,10 +143,6 @@ Data and other attributes inherited from
contribute_to_class(self, cls, name)
-
db_type = inner(*args, **kwargs)
- -
get_db_prep_lookup = inner(*args, **kwargs)
- -
get_db_prep_save = inner(*args, **kwargs)
- -
get_db_prep_value = inner(*args, **kwargs)
+
get_db_prep_value(self, value, connection, prepared=False)
get_internal_type(self)
@@ -202,13 +178,12 @@ Methods inherited from django.db.mo
__deepcopy__(self, memodict)
-
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False, validators=[], error_messages=None)
+
__init__(self, verbose_name=None, name=None, primary_key=False, max_length=None, unique=False, blank=False, null=False, db_index=False, rel=None, default=<class django.db.models.fields.NOT_PROVIDED>, editable=True, serialize=True, unique_for_date=None, unique_for_month=None, unique_for_year=None, choices=None, help_text='', db_column=None, db_tablespace=None, auto_created=False)
bind(self, fieldmapping, original, bound_field_class)
-
clean(self, value, model_instance)
Convert the value's type and run validation. Validation errors from to_python
-and validate are propagated. The correct value is returned if no error is
-raised.
+
db_type(self)
Returns the database column data type for this field, taking into
+account the DATABASE_ENGINE setting.
formfield(self, form_class=<class 'django.forms.fields.CharField'>, **kwargs)
Returns a django.forms.Field instance for this database Field.
@@ -223,29 +198,24 @@ as SelectField choices for this field.
get_choices_default(self)
+
get_db_prep_lookup(self, lookup_type, value)
Returns field's value prepared for database lookup.
+ +
get_db_prep_save(self, value)
Returns field's value prepared for saving into a database.
+
get_default(self)
Returns the default value for this field.
get_flatchoices(self, include_blank=True, blank_choice=[('', '---------')])
Returns flattened choices with a default blank choice included.
-
get_prep_lookup(self, lookup_type, value)
Perform preliminary non-db specific lookup checks and conversions
- -
get_prep_value(self, value)
Perform preliminary non-db specific value checks and conversions.
-
get_validator_unique_lookup_type(self)
has_default(self)
Returns a boolean of whether this field has a default value.
pre_save(self, model_instance, add)
Returns field's value just before saving.
-
run_validators(self, value)
-
save_form_data(self, instance, data)
set_attributes_from_name(self, name)
-
validate(self, value, model_instance)
Validates value and throws ValidationError. Subclasses should override
-this to provide validation logic.
-
value_from_object(self, obj)
Returns the value of this field in the given model instance.
value_to_string(self, obj)
Returns a string value of this field from the passed obj.
@@ -261,8 +231,6 @@ Data descriptors inherited from dja
choices
-
description
-
flatchoices
Flattened version of choices tuple.
@@ -274,10 +242,6 @@ Data and other attributes inherited from
 
oauth2client.fileindex
/home/jcgregorio/projects/google-api-python-client/oauth2client/file.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/file.py

Utilities for OAuth.
 
Utilities for making it easier to work with OAuth 2.0
diff --git a/docs/oauth2client.html b/docs/oauth2client.html index 906d6c8..e956f8f 100644 --- a/docs/oauth2client.html +++ b/docs/oauth2client.html @@ -6,9 +6,9 @@  
oauth2client (version 1.0b9)
 
- 
oauth2client
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/__init__.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/__init__.py

@@ -26,5 +26,12 @@
file
multistore_file
tools
-
+

+ + + + + +
 
+Data
       __version__ = '1.0b9'
\ No newline at end of file diff --git a/docs/oauth2client.multistore_file.html b/docs/oauth2client.multistore_file.html index 11d0fea..fd509ae 100644 --- a/docs/oauth2client.multistore_file.html +++ b/docs/oauth2client.multistore_file.html @@ -8,7 +8,7 @@  
 
oauth2client.multistore_file
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/multistore_file.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/multistore_file.py

Multi-credential file store with lock support.
 
This module implements a JSON credential store where multiple
diff --git a/docs/oauth2client.tools.html b/docs/oauth2client.tools.html index 0c0c3b0..92a5986 100644 --- a/docs/oauth2client.tools.html +++ b/docs/oauth2client.tools.html @@ -8,7 +8,7 @@  
 
oauth2client.tools
index
/home/jcgregorio/projects/google-api-python-client/oauth2client/tools.py
+>index
/home/jcgregorio/projects/apiclient/oauth2client/tools.py

Command-line tools for authenticating via OAuth 2.0
 
Do the OAuth 2.0 Web Server dance for a command line application. Stores the
diff --git a/docs/uritemplate.html b/docs/uritemplate.html index 585f50e..da2154c 100644 --- a/docs/uritemplate.html +++ b/docs/uritemplate.html @@ -8,7 +8,7 @@  
 
uritemplate
index
/home/jcgregorio/projects/google-api-python-client/uritemplate/__init__.py
+>index
/home/jcgregorio/projects/apiclient/uritemplate/__init__.py

# Early, and incomplete implementation of -04.
#