Lines Matching full:the
91 <p class="firstline">Returns instances of the specified recurring event.</p>
94 <p class="firstline">Retrieves the next page of results.</p>
97 <p class="firstline">Returns events on the specified calendar.</p>
100 <p class="firstline">Retrieves the next page of results.</p>
122 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
124 …fications: boolean, Whether to send notifications about the deletion of the event. Optional. The d…
133 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
135 …the email field for the organizer, creator and attendees, even if no real email is available (i.e.…
136 …timeZone: string, Time zone used in the response. Optional. The default is the time zone of the ca…
137 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
140 An object of the form:
143 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
144 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
147 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
149 "fileUrl": "A String", # URL link to the attachment.
150 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
151 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
152 "fileId": "A String", # ID of the attached file. Read-only.
153 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
156 "creator": { # The creator of the event. Read-only.
157 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
158 "displayName": "A String", # The creator's name, if available.
159 "email": "A String", # The creator's email address, if available.
160 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
162 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
163 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
164 "displayName": "A String", # The organizer's name, if available.
165 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
166 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
168 "summary": "A String", # Title of the event.
169 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
170 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
171 # - the length of the ID must be between 5 and 1024 characters
172 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
173 # If you do not specify an ID, it will be automatically generated by the server.
174 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
175 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
176 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
178 "comment": "A String", # The attendee's response comment. Optional.
179 "displayName": "A String", # The attendee's name, if available. Optional.
180 "responseStatus": "A String", # The attendee's response status. Possible values are:
181 # - "needsAction" - The attendee has not responded to the invitation.
182 # - "declined" - The attendee has declined the invitation.
183 # - "tentative" - The attendee has tentatively accepted the invitation.
184 # - "accepted" - The attendee has accepted the invitation.
185 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
186 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
187 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
188 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
189 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
190 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
191 …"email": "A String", # The attendee's email address, if available. This field must be present when…
194 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
195 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
196 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
197 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
199 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
200 … are not allowed in this field; event start and end times are specified in the start and end field…
203 …the event was created. For example, a web page, an email message or any document identifiable by a…
204 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
205 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
207 "etag": "A String", # ETag of the resource.
208 "location": "A String", # Geographic location of the event as free-form text. Optional.
209 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
212 "a_key": "A String", # The preference name and corresponding value.
214 "title": "A String", # The gadget's title.
215 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
216 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
217 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
218 "type": "A String", # The gadget's type.
219 "display": "A String", # The gadget's display mode. Optional. Possible values are:
220 # - "icon" - The gadget displays next to the event's title in the calendar view.
221 # - "chip" - The gadget displays when the event is clicked.
222 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
224 "status": "A String", # Status of the event. Optional. Possible values are:
225 # - "confirmed" - The event is confirmed. This is the default status.
226 # - "tentative" - The event is tentatively confirmed.
227 # - "cancelled" - The event is cancelled.
228 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
229 "description": "A String", # Description of the event. Optional.
230 …vents accross calendaring systems and must be supplied when importing events via the import method.
231 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
232 "extendedProperties": { # Extended properties of the event.
233 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
234 "a_key": "A String", # The name of the shared property and the corresponding value.
236 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
237 "a_key": "A String", # The name of the private property and the corresponding value.
240 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
242 "visibility": "default", # Visibility of the event. Optional. Possible values are:
243 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
244 … # - "public" - The event is public and event details are visible to all readers of the calendar.
245 # - "private" - The event is private and only event attendees may view event details.
246 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
247 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
248 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
249 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
250 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
251 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
253 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
254 "kind": "calendar#event", # Type of the resource ("calendar#event").
255 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
256 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
257 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
258 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
259 "reminders": { # Information about the event's reminders for the authenticated user.
260 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
262 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
263 "method": "A String", # The method used by this reminder. Possible values are:
269 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
271 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
272 …tance of a recurring event, this is the time at which this event would start according to the recu…
273 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
274 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
275 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
277 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
278 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
279 # - "opaque" - The event blocks time on the calendar. This is the default value.
280 # - "transparent" - The event does not block time on the calendar.
281 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
290 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
291 body: object, The request body. (required)
292 The object takes the form of:
295 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
296 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
299 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
301 "fileUrl": "A String", # URL link to the attachment.
302 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
303 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
304 "fileId": "A String", # ID of the attached file. Read-only.
305 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
308 "creator": { # The creator of the event. Read-only.
309 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
310 "displayName": "A String", # The creator's name, if available.
311 "email": "A String", # The creator's email address, if available.
312 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
314 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
315 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
316 "displayName": "A String", # The organizer's name, if available.
317 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
318 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
320 "summary": "A String", # Title of the event.
321 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
322 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
323 # - the length of the ID must be between 5 and 1024 characters
324 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
325 # If you do not specify an ID, it will be automatically generated by the server.
326 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
327 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
328 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
330 "comment": "A String", # The attendee's response comment. Optional.
331 "displayName": "A String", # The attendee's name, if available. Optional.
332 "responseStatus": "A String", # The attendee's response status. Possible values are:
333 # - "needsAction" - The attendee has not responded to the invitation.
334 # - "declined" - The attendee has declined the invitation.
335 # - "tentative" - The attendee has tentatively accepted the invitation.
336 # - "accepted" - The attendee has accepted the invitation.
337 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
338 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
339 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
340 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
341 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
342 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
343 …"email": "A String", # The attendee's email address, if available. This field must be present when…
346 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
347 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
348 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
349 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
351 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
352 … are not allowed in this field; event start and end times are specified in the start and end field…
355 …the event was created. For example, a web page, an email message or any document identifiable by a…
356 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
357 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
359 "etag": "A String", # ETag of the resource.
360 "location": "A String", # Geographic location of the event as free-form text. Optional.
361 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
364 "a_key": "A String", # The preference name and corresponding value.
366 "title": "A String", # The gadget's title.
367 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
368 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
369 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
370 "type": "A String", # The gadget's type.
371 "display": "A String", # The gadget's display mode. Optional. Possible values are:
372 # - "icon" - The gadget displays next to the event's title in the calendar view.
373 # - "chip" - The gadget displays when the event is clicked.
374 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
376 "status": "A String", # Status of the event. Optional. Possible values are:
377 # - "confirmed" - The event is confirmed. This is the default status.
378 # - "tentative" - The event is tentatively confirmed.
379 # - "cancelled" - The event is cancelled.
380 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
381 "description": "A String", # Description of the event. Optional.
382 …vents accross calendaring systems and must be supplied when importing events via the import method.
383 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
384 "extendedProperties": { # Extended properties of the event.
385 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
386 "a_key": "A String", # The name of the shared property and the corresponding value.
388 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
389 "a_key": "A String", # The name of the private property and the corresponding value.
392 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
394 "visibility": "default", # Visibility of the event. Optional. Possible values are:
395 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
396 … # - "public" - The event is public and event details are visible to all readers of the calendar.
397 # - "private" - The event is private and only event attendees may view event details.
398 # - "confidential" - The event is private. This value is provided for compatibility reasons.
399 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
400 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
401 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
402 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
403 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
405 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
406 "kind": "calendar#event", # Type of the resource ("calendar#event").
407 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
408 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
409 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
410 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
411 "reminders": { # Information about the event's reminders for the authenticated user.
412 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
414 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
415 "method": "A String", # The method used by this reminder. Possible values are:
421 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
423 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
424 …tance of a recurring event, this is the time at which this event would start according to the recu…
425 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
426 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
427 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
429 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
430 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
431 # - "opaque" - The event blocks time on the calendar. This is the default value.
432 # - "transparent" - The event does not block time on the calendar.
433 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
436 …Whether API client performing operation supports event attachments. Optional. The default is False.
439 An object of the form:
442 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
443 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
446 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
448 "fileUrl": "A String", # URL link to the attachment.
449 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
450 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
451 "fileId": "A String", # ID of the attached file. Read-only.
452 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
455 "creator": { # The creator of the event. Read-only.
456 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
457 "displayName": "A String", # The creator's name, if available.
458 "email": "A String", # The creator's email address, if available.
459 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
461 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
462 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
463 "displayName": "A String", # The organizer's name, if available.
464 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
465 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
467 "summary": "A String", # Title of the event.
468 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
469 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
470 # - the length of the ID must be between 5 and 1024 characters
471 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
472 # If you do not specify an ID, it will be automatically generated by the server.
473 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
474 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
475 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
477 "comment": "A String", # The attendee's response comment. Optional.
478 "displayName": "A String", # The attendee's name, if available. Optional.
479 "responseStatus": "A String", # The attendee's response status. Possible values are:
480 # - "needsAction" - The attendee has not responded to the invitation.
481 # - "declined" - The attendee has declined the invitation.
482 # - "tentative" - The attendee has tentatively accepted the invitation.
483 # - "accepted" - The attendee has accepted the invitation.
484 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
485 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
486 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
487 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
488 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
489 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
490 …"email": "A String", # The attendee's email address, if available. This field must be present when…
493 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
494 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
495 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
496 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
498 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
499 … are not allowed in this field; event start and end times are specified in the start and end field…
502 …the event was created. For example, a web page, an email message or any document identifiable by a…
503 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
504 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
506 "etag": "A String", # ETag of the resource.
507 "location": "A String", # Geographic location of the event as free-form text. Optional.
508 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
511 "a_key": "A String", # The preference name and corresponding value.
513 "title": "A String", # The gadget's title.
514 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
515 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
516 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
517 "type": "A String", # The gadget's type.
518 "display": "A String", # The gadget's display mode. Optional. Possible values are:
519 # - "icon" - The gadget displays next to the event's title in the calendar view.
520 # - "chip" - The gadget displays when the event is clicked.
521 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
523 "status": "A String", # Status of the event. Optional. Possible values are:
524 # - "confirmed" - The event is confirmed. This is the default status.
525 # - "tentative" - The event is tentatively confirmed.
526 # - "cancelled" - The event is cancelled.
527 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
528 "description": "A String", # Description of the event. Optional.
529 …vents accross calendaring systems and must be supplied when importing events via the import method.
530 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
531 "extendedProperties": { # Extended properties of the event.
532 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
533 "a_key": "A String", # The name of the shared property and the corresponding value.
535 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
536 "a_key": "A String", # The name of the private property and the corresponding value.
539 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
541 "visibility": "default", # Visibility of the event. Optional. Possible values are:
542 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
543 … # - "public" - The event is public and event details are visible to all readers of the calendar.
544 # - "private" - The event is private and only event attendees may view event details.
545 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
546 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
547 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
548 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
549 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
550 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
552 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
553 "kind": "calendar#event", # Type of the resource ("calendar#event").
554 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
555 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
556 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
557 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
558 "reminders": { # Information about the event's reminders for the authenticated user.
559 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
561 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
562 "method": "A String", # The method used by this reminder. Possible values are:
568 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
570 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
571 …tance of a recurring event, this is the time at which this event would start according to the recu…
572 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
573 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
574 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
576 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
577 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
578 # - "opaque" - The event blocks time on the calendar. This is the default value.
579 # - "transparent" - The event does not block time on the calendar.
580 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
589 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
590 body: object, The request body. (required)
591 The object takes the form of:
594 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
595 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
598 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
600 "fileUrl": "A String", # URL link to the attachment.
601 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
602 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
603 "fileId": "A String", # ID of the attached file. Read-only.
604 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
607 "creator": { # The creator of the event. Read-only.
608 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
609 "displayName": "A String", # The creator's name, if available.
610 "email": "A String", # The creator's email address, if available.
611 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
613 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
614 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
615 "displayName": "A String", # The organizer's name, if available.
616 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
617 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
619 "summary": "A String", # Title of the event.
620 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
621 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
622 # - the length of the ID must be between 5 and 1024 characters
623 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
624 # If you do not specify an ID, it will be automatically generated by the server.
625 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
626 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
627 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
629 "comment": "A String", # The attendee's response comment. Optional.
630 "displayName": "A String", # The attendee's name, if available. Optional.
631 "responseStatus": "A String", # The attendee's response status. Possible values are:
632 # - "needsAction" - The attendee has not responded to the invitation.
633 # - "declined" - The attendee has declined the invitation.
634 # - "tentative" - The attendee has tentatively accepted the invitation.
635 # - "accepted" - The attendee has accepted the invitation.
636 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
637 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
638 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
639 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
640 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
641 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
642 …"email": "A String", # The attendee's email address, if available. This field must be present when…
645 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
646 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
647 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
648 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
650 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
651 … are not allowed in this field; event start and end times are specified in the start and end field…
654 …the event was created. For example, a web page, an email message or any document identifiable by a…
655 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
656 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
658 "etag": "A String", # ETag of the resource.
659 "location": "A String", # Geographic location of the event as free-form text. Optional.
660 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
663 "a_key": "A String", # The preference name and corresponding value.
665 "title": "A String", # The gadget's title.
666 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
667 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
668 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
669 "type": "A String", # The gadget's type.
670 "display": "A String", # The gadget's display mode. Optional. Possible values are:
671 # - "icon" - The gadget displays next to the event's title in the calendar view.
672 # - "chip" - The gadget displays when the event is clicked.
673 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
675 "status": "A String", # Status of the event. Optional. Possible values are:
676 # - "confirmed" - The event is confirmed. This is the default status.
677 # - "tentative" - The event is tentatively confirmed.
678 # - "cancelled" - The event is cancelled.
679 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
680 "description": "A String", # Description of the event. Optional.
681 …vents accross calendaring systems and must be supplied when importing events via the import method.
682 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
683 "extendedProperties": { # Extended properties of the event.
684 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
685 "a_key": "A String", # The name of the shared property and the corresponding value.
687 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
688 "a_key": "A String", # The name of the private property and the corresponding value.
691 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
693 "visibility": "default", # Visibility of the event. Optional. Possible values are:
694 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
695 … # - "public" - The event is public and event details are visible to all readers of the calendar.
696 # - "private" - The event is private and only event attendees may view event details.
697 # - "confidential" - The event is private. This value is provided for compatibility reasons.
698 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
699 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
700 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
701 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
702 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
704 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
705 "kind": "calendar#event", # Type of the resource ("calendar#event").
706 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
707 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
708 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
709 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
710 "reminders": { # Information about the event's reminders for the authenticated user.
711 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
713 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
714 "method": "A String", # The method used by this reminder. Possible values are:
720 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
722 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
723 …tance of a recurring event, this is the time at which this event would start according to the recu…
724 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
725 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
726 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
728 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
729 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
730 # - "opaque" - The event blocks time on the calendar. This is the default value.
731 # - "transparent" - The event does not block time on the calendar.
732 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
735 …cations: boolean, Whether to send notifications about the creation of the new event. Optional. The…
736 …Whether API client performing operation supports event attachments. Optional. The default is False.
737 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
740 An object of the form:
743 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
744 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
747 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
749 "fileUrl": "A String", # URL link to the attachment.
750 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
751 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
752 "fileId": "A String", # ID of the attached file. Read-only.
753 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
756 "creator": { # The creator of the event. Read-only.
757 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
758 "displayName": "A String", # The creator's name, if available.
759 "email": "A String", # The creator's email address, if available.
760 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
762 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
763 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
764 "displayName": "A String", # The organizer's name, if available.
765 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
766 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
768 "summary": "A String", # Title of the event.
769 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
770 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
771 # - the length of the ID must be between 5 and 1024 characters
772 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
773 # If you do not specify an ID, it will be automatically generated by the server.
774 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
775 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
776 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
778 "comment": "A String", # The attendee's response comment. Optional.
779 "displayName": "A String", # The attendee's name, if available. Optional.
780 "responseStatus": "A String", # The attendee's response status. Possible values are:
781 # - "needsAction" - The attendee has not responded to the invitation.
782 # - "declined" - The attendee has declined the invitation.
783 # - "tentative" - The attendee has tentatively accepted the invitation.
784 # - "accepted" - The attendee has accepted the invitation.
785 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
786 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
787 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
788 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
789 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
790 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
791 …"email": "A String", # The attendee's email address, if available. This field must be present when…
794 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
795 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
796 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
797 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
799 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
800 … are not allowed in this field; event start and end times are specified in the start and end field…
803 …the event was created. For example, a web page, an email message or any document identifiable by a…
804 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
805 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
807 "etag": "A String", # ETag of the resource.
808 "location": "A String", # Geographic location of the event as free-form text. Optional.
809 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
812 "a_key": "A String", # The preference name and corresponding value.
814 "title": "A String", # The gadget's title.
815 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
816 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
817 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
818 "type": "A String", # The gadget's type.
819 "display": "A String", # The gadget's display mode. Optional. Possible values are:
820 # - "icon" - The gadget displays next to the event's title in the calendar view.
821 # - "chip" - The gadget displays when the event is clicked.
822 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
824 "status": "A String", # Status of the event. Optional. Possible values are:
825 # - "confirmed" - The event is confirmed. This is the default status.
826 # - "tentative" - The event is tentatively confirmed.
827 # - "cancelled" - The event is cancelled.
828 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
829 "description": "A String", # Description of the event. Optional.
830 …vents accross calendaring systems and must be supplied when importing events via the import method.
831 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
832 "extendedProperties": { # Extended properties of the event.
833 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
834 "a_key": "A String", # The name of the shared property and the corresponding value.
836 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
837 "a_key": "A String", # The name of the private property and the corresponding value.
840 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
842 "visibility": "default", # Visibility of the event. Optional. Possible values are:
843 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
844 … # - "public" - The event is public and event details are visible to all readers of the calendar.
845 # - "private" - The event is private and only event attendees may view event details.
846 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
847 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
848 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
849 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
850 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
851 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
853 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
854 "kind": "calendar#event", # Type of the resource ("calendar#event").
855 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
856 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
857 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
858 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
859 "reminders": { # Information about the event's reminders for the authenticated user.
860 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
862 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
863 "method": "A String", # The method used by this reminder. Possible values are:
869 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
871 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
872 …tance of a recurring event, this is the time at which this event would start according to the recu…
873 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
874 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
875 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
877 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
878 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
879 # - "opaque" - The event blocks time on the calendar. This is the default value.
880 # - "transparent" - The event does not block time on the calendar.
881 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
887 <pre>Returns instances of the specified recurring event.
890 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
892 …timeMin: string, Lower bound (inclusive) for an event's end time to filter by. Optional. The defau…
893 …ls "cancelled") in the result. Cancelled instances of recurring events will still be included if s…
894 …the email field for the organizer, creator and attendees, even if no real email is available (i.e.…
896 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
897 …imum number of events returned on one result page. By default the value is 250 events. The page si…
898 …timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The def…
899 …timeZone: string, Time zone used in the response. Optional. The default is the time zone of the ca…
900 originalStart: string, The original start time of the instance in the result. Optional.
903 An object of the form:
906 …"nextPageToken": "A String", # Token used to access the next page of this result. Omitted if no fu…
907 "kind": "calendar#events", # Type of the collection ("calendar#events").
908 …"defaultReminders": [ # The default reminders on the calendar for the authenticated user. These re…
910 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
911 "method": "A String", # The method used by this reminder. Possible values are:
917 "description": "A String", # Description of the calendar. Read-only.
918 "items": [ # List of events on the calendar.
920 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
921 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
924 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
926 "fileUrl": "A String", # URL link to the attachment.
927 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
928 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
929 "fileId": "A String", # ID of the attached file. Read-only.
930 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
933 "creator": { # The creator of the event. Read-only.
934 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
935 "displayName": "A String", # The creator's name, if available.
936 "email": "A String", # The creator's email address, if available.
937 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
939 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
940 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
941 "displayName": "A String", # The organizer's name, if available.
942 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
943 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
945 "summary": "A String", # Title of the event.
946 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
947 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
948 # - the length of the ID must be between 5 and 1024 characters
949 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
950 # If you do not specify an ID, it will be automatically generated by the server.
951 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
952 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
953 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
955 "comment": "A String", # The attendee's response comment. Optional.
956 "displayName": "A String", # The attendee's name, if available. Optional.
957 "responseStatus": "A String", # The attendee's response status. Possible values are:
958 # - "needsAction" - The attendee has not responded to the invitation.
959 # - "declined" - The attendee has declined the invitation.
960 # - "tentative" - The attendee has tentatively accepted the invitation.
961 # - "accepted" - The attendee has accepted the invitation.
962 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
963 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
964 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
965 … "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
966 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
967 … "optional": false, # Whether this is an optional attendee. Optional. The default is False.
968 …"email": "A String", # The attendee's email address, if available. This field must be present when…
971 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
972 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
973 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
974 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
976 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
977 … are not allowed in this field; event start and end times are specified in the start and end field…
980 …the event was created. For example, a web page, an email message or any document identifiable by a…
981 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
982 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
984 "etag": "A String", # ETag of the resource.
985 "location": "A String", # Geographic location of the event as free-form text. Optional.
986 …EventId": "A String", # For an instance of a recurring event, this is the id of the recurring even…
989 "a_key": "A String", # The preference name and corresponding value.
991 "title": "A String", # The gadget's title.
992 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
993 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
994 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
995 "type": "A String", # The gadget's type.
996 "display": "A String", # The gadget's display mode. Optional. Possible values are:
997 # - "icon" - The gadget displays next to the event's title in the calendar view.
998 # - "chip" - The gadget displays when the event is clicked.
999 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
1001 "status": "A String", # Status of the event. Optional. Possible values are:
1002 # - "confirmed" - The event is confirmed. This is the default status.
1003 # - "tentative" - The event is tentatively confirmed.
1004 # - "cancelled" - The event is cancelled.
1005 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1006 "description": "A String", # Description of the event. Optional.
1007 …vents accross calendaring systems and must be supplied when importing events via the import method.
1008 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1009 "extendedProperties": { # Extended properties of the event.
1010 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1011 "a_key": "A String", # The name of the shared property and the corresponding value.
1013 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
1014 "a_key": "A String", # The name of the private property and the corresponding value.
1017 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
1019 "visibility": "default", # Visibility of the event. Optional. Possible values are:
1020 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
1021 … # - "public" - The event is public and event details are visible to all readers of the calendar.
1022 # - "private" - The event is private and only event attendees may view event details.
1023 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
1024 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
1025 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
1026 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1027 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1028 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1030 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
1031 "kind": "calendar#event", # Type of the resource ("calendar#event").
1032 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
1033 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
1034 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
1035 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
1036 "reminders": { # Information about the event's reminders for the authenticated user.
1037 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
1039 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1040 "method": "A String", # The method used by this reminder. Possible values are:
1046 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
1048 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
1049 …tance of a recurring event, this is the time at which this event would start according to the recu…
1050 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1051 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1052 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1054 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
1055 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
1056 # - "opaque" - The event blocks time on the calendar. This is the default value.
1057 # - "transparent" - The event does not block time on the calendar.
1058 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
1061 …"updated": "A String", # Last modification time of the calendar (as a RFC3339 timestamp). Read-onl…
1062 "summary": "A String", # Title of the calendar. Read-only.
1063 "etag": "A String", # ETag of the collection.
1064 "timeZone": "A String", # The time zone of the calendar. Read-only.
1065 …"nextSyncToken": "A String", # Token used at a later point in time to retrieve only the entries th…
1066 …"accessRole": "A String", # The user's access role for this calendar. Read-only. Possible values a…
1067 # - "none" - The user has no access.
1068 # - "freeBusyReader" - The user has read access to free/busy information.
1069 …# - "reader" - The user has read access to the calendar. Private events will appear to users with …
1070 …# - "writer" - The user has read and write access to the calendar. Private events will appear to u…
1071 …# - "owner" - The user has ownership of the calendar. This role has all of the permissions of the …
1077 <pre>Retrieves the next page of results.
1080 previous_request: The request for the previous page. (required)
1081 previous_response: The response from the request for the previous page. (required)
1084 A request object that you can call 'execute()' on to request the next
1085 page. Returns None if there are no more items in the collection.
1091 <pre>Returns events on the specified calendar.
1094 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
1095 …orderBy: string, The order of the events returned in the result. Optional. The default is an unspe…
1097 …startTime - Order by the start date/time (ascending). This is only available when querying single …
1099 …nInvitations: boolean, Whether to include hidden invitations in the result. Optional. The default …
1100 …timeMin: string, Lower bound (inclusive) for an event's end time to filter by. Optional. The defau…
1103 …nce this time will always be included regardless of showDeleted. Optional. The default is not to f…
1104 …ents and instances of recurring events, but not the underlying recurring events themselves. Option…
1105 …the email field for the organizer, creator and attendees, even if no real email is available (i.e.…
1106 …the result. Cancelled instances of recurring events (but not the underlying recurring event) will …
1108 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
1109 …the nextSyncToken field returned on the last page of results from the previous list request. It ma…
1110 …ers that cannot be specified together with nextSyncToken to ensure consistency of the client state.
1120 - updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and th…
1122 Optional. The default is to return all entries.
1123 …iCalUID: string, Specifies event ID in the iCalendar format to be included in the response. Option…
1124 …The number of events in the resulting page may be less than this value, or none at all, even if th…
1125 …timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The def…
1127 …timeZone: string, Time zone used in the response. Optional. The default is the time zone of the ca…
1130 An object of the form:
1133 …"nextPageToken": "A String", # Token used to access the next page of this result. Omitted if no fu…
1134 "kind": "calendar#events", # Type of the collection ("calendar#events").
1135 …"defaultReminders": [ # The default reminders on the calendar for the authenticated user. These re…
1137 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1138 "method": "A String", # The method used by this reminder. Possible values are:
1144 "description": "A String", # Description of the calendar. Read-only.
1145 "items": [ # List of events on the calendar.
1147 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
1148 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
1151 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
1153 "fileUrl": "A String", # URL link to the attachment.
1154 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
1155 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
1156 "fileId": "A String", # ID of the attached file. Read-only.
1157 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
1160 "creator": { # The creator of the event. Read-only.
1161 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
1162 "displayName": "A String", # The creator's name, if available.
1163 "email": "A String", # The creator's email address, if available.
1164 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
1166 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
1167 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
1168 "displayName": "A String", # The organizer's name, if available.
1169 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
1170 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
1172 "summary": "A String", # Title of the event.
1173 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
1174 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
1175 # - the length of the ID must be between 5 and 1024 characters
1176 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
1177 # If you do not specify an ID, it will be automatically generated by the server.
1178 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1179 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
1180 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
1182 "comment": "A String", # The attendee's response comment. Optional.
1183 "displayName": "A String", # The attendee's name, if available. Optional.
1184 "responseStatus": "A String", # The attendee's response status. Possible values are:
1185 # - "needsAction" - The attendee has not responded to the invitation.
1186 # - "declined" - The attendee has declined the invitation.
1187 # - "tentative" - The attendee has tentatively accepted the invitation.
1188 # - "accepted" - The attendee has accepted the invitation.
1189 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
1190 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
1191 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
1192 … "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
1193 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
1194 … "optional": false, # Whether this is an optional attendee. Optional. The default is False.
1195 …"email": "A String", # The attendee's email address, if available. This field must be present when…
1198 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
1199 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1200 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1201 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1203 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
1204 … are not allowed in this field; event start and end times are specified in the start and end field…
1207 …the event was created. For example, a web page, an email message or any document identifiable by a…
1208 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
1209 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
1211 "etag": "A String", # ETag of the resource.
1212 "location": "A String", # Geographic location of the event as free-form text. Optional.
1213 …EventId": "A String", # For an instance of a recurring event, this is the id of the recurring even…
1216 "a_key": "A String", # The preference name and corresponding value.
1218 "title": "A String", # The gadget's title.
1219 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
1220 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
1221 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
1222 "type": "A String", # The gadget's type.
1223 "display": "A String", # The gadget's display mode. Optional. Possible values are:
1224 # - "icon" - The gadget displays next to the event's title in the calendar view.
1225 # - "chip" - The gadget displays when the event is clicked.
1226 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
1228 "status": "A String", # Status of the event. Optional. Possible values are:
1229 # - "confirmed" - The event is confirmed. This is the default status.
1230 # - "tentative" - The event is tentatively confirmed.
1231 # - "cancelled" - The event is cancelled.
1232 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1233 "description": "A String", # Description of the event. Optional.
1234 …vents accross calendaring systems and must be supplied when importing events via the import method.
1235 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1236 "extendedProperties": { # Extended properties of the event.
1237 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1238 "a_key": "A String", # The name of the shared property and the corresponding value.
1240 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
1241 "a_key": "A String", # The name of the private property and the corresponding value.
1244 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
1246 "visibility": "default", # Visibility of the event. Optional. Possible values are:
1247 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
1248 … # - "public" - The event is public and event details are visible to all readers of the calendar.
1249 # - "private" - The event is private and only event attendees may view event details.
1250 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
1251 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
1252 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
1253 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1254 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1255 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1257 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
1258 "kind": "calendar#event", # Type of the resource ("calendar#event").
1259 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
1260 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
1261 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
1262 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
1263 "reminders": { # Information about the event's reminders for the authenticated user.
1264 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
1266 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1267 "method": "A String", # The method used by this reminder. Possible values are:
1273 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
1275 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
1276 …tance of a recurring event, this is the time at which this event would start according to the recu…
1277 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1278 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1279 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1281 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
1282 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
1283 # - "opaque" - The event blocks time on the calendar. This is the default value.
1284 # - "transparent" - The event does not block time on the calendar.
1285 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
1288 …"updated": "A String", # Last modification time of the calendar (as a RFC3339 timestamp). Read-onl…
1289 "summary": "A String", # Title of the calendar. Read-only.
1290 "etag": "A String", # ETag of the collection.
1291 "timeZone": "A String", # The time zone of the calendar. Read-only.
1292 …"nextSyncToken": "A String", # Token used at a later point in time to retrieve only the entries th…
1293 …"accessRole": "A String", # The user's access role for this calendar. Read-only. Possible values a…
1294 # - "none" - The user has no access.
1295 # - "freeBusyReader" - The user has read access to free/busy information.
1296 …# - "reader" - The user has read access to the calendar. Private events will appear to users with …
1297 …# - "writer" - The user has read and write access to the calendar. Private events will appear to u…
1298 …# - "owner" - The user has ownership of the calendar. This role has all of the permissions of the …
1304 <pre>Retrieves the next page of results.
1307 previous_request: The request for the previous page. (required)
1308 previous_response: The response from the request for the previous page. (required)
1311 A request object that you can call 'execute()' on to request the next
1312 page. Returns None if there are no more items in the collection.
1321 …calendarId: string, Calendar identifier of the source calendar where the event currently is on. (r…
1323 …destination: string, Calendar identifier of the target calendar where the event is to be moved to.…
1324 …ions: boolean, Whether to send notifications about the change of the event's organizer. Optional. …
1327 An object of the form:
1330 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
1331 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
1334 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
1336 "fileUrl": "A String", # URL link to the attachment.
1337 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
1338 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
1339 "fileId": "A String", # ID of the attached file. Read-only.
1340 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
1343 "creator": { # The creator of the event. Read-only.
1344 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
1345 "displayName": "A String", # The creator's name, if available.
1346 "email": "A String", # The creator's email address, if available.
1347 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
1349 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
1350 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
1351 "displayName": "A String", # The organizer's name, if available.
1352 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
1353 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
1355 "summary": "A String", # Title of the event.
1356 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
1357 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
1358 # - the length of the ID must be between 5 and 1024 characters
1359 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
1360 # If you do not specify an ID, it will be automatically generated by the server.
1361 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1362 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
1363 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
1365 "comment": "A String", # The attendee's response comment. Optional.
1366 "displayName": "A String", # The attendee's name, if available. Optional.
1367 "responseStatus": "A String", # The attendee's response status. Possible values are:
1368 # - "needsAction" - The attendee has not responded to the invitation.
1369 # - "declined" - The attendee has declined the invitation.
1370 # - "tentative" - The attendee has tentatively accepted the invitation.
1371 # - "accepted" - The attendee has accepted the invitation.
1372 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
1373 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
1374 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
1375 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
1376 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
1377 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
1378 …"email": "A String", # The attendee's email address, if available. This field must be present when…
1381 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
1382 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1383 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1384 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1386 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
1387 … are not allowed in this field; event start and end times are specified in the start and end field…
1390 …the event was created. For example, a web page, an email message or any document identifiable by a…
1391 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
1392 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
1394 "etag": "A String", # ETag of the resource.
1395 "location": "A String", # Geographic location of the event as free-form text. Optional.
1396 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
1399 "a_key": "A String", # The preference name and corresponding value.
1401 "title": "A String", # The gadget's title.
1402 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
1403 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
1404 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
1405 "type": "A String", # The gadget's type.
1406 "display": "A String", # The gadget's display mode. Optional. Possible values are:
1407 # - "icon" - The gadget displays next to the event's title in the calendar view.
1408 # - "chip" - The gadget displays when the event is clicked.
1409 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
1411 "status": "A String", # Status of the event. Optional. Possible values are:
1412 # - "confirmed" - The event is confirmed. This is the default status.
1413 # - "tentative" - The event is tentatively confirmed.
1414 # - "cancelled" - The event is cancelled.
1415 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1416 "description": "A String", # Description of the event. Optional.
1417 …vents accross calendaring systems and must be supplied when importing events via the import method.
1418 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1419 "extendedProperties": { # Extended properties of the event.
1420 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1421 "a_key": "A String", # The name of the shared property and the corresponding value.
1423 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
1424 "a_key": "A String", # The name of the private property and the corresponding value.
1427 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
1429 "visibility": "default", # Visibility of the event. Optional. Possible values are:
1430 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
1431 … # - "public" - The event is public and event details are visible to all readers of the calendar.
1432 # - "private" - The event is private and only event attendees may view event details.
1433 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
1434 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
1435 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
1436 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1437 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1438 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1440 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
1441 "kind": "calendar#event", # Type of the resource ("calendar#event").
1442 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
1443 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
1444 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
1445 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
1446 "reminders": { # Information about the event's reminders for the authenticated user.
1447 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
1449 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1450 "method": "A String", # The method used by this reminder. Possible values are:
1456 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
1458 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
1459 …tance of a recurring event, this is the time at which this event would start according to the recu…
1460 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1461 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1462 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1464 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
1465 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
1466 # - "opaque" - The event blocks time on the calendar. This is the default value.
1467 # - "transparent" - The event does not block time on the calendar.
1468 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
1477 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
1479 body: object, The request body. (required)
1480 The object takes the form of:
1483 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
1484 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
1487 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
1489 "fileUrl": "A String", # URL link to the attachment.
1490 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
1491 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
1492 "fileId": "A String", # ID of the attached file. Read-only.
1493 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
1496 "creator": { # The creator of the event. Read-only.
1497 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
1498 "displayName": "A String", # The creator's name, if available.
1499 "email": "A String", # The creator's email address, if available.
1500 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
1502 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
1503 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
1504 "displayName": "A String", # The organizer's name, if available.
1505 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
1506 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
1508 "summary": "A String", # Title of the event.
1509 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
1510 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
1511 # - the length of the ID must be between 5 and 1024 characters
1512 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
1513 # If you do not specify an ID, it will be automatically generated by the server.
1514 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1515 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
1516 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
1518 "comment": "A String", # The attendee's response comment. Optional.
1519 "displayName": "A String", # The attendee's name, if available. Optional.
1520 "responseStatus": "A String", # The attendee's response status. Possible values are:
1521 # - "needsAction" - The attendee has not responded to the invitation.
1522 # - "declined" - The attendee has declined the invitation.
1523 # - "tentative" - The attendee has tentatively accepted the invitation.
1524 # - "accepted" - The attendee has accepted the invitation.
1525 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
1526 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
1527 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
1528 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
1529 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
1530 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
1531 …"email": "A String", # The attendee's email address, if available. This field must be present when…
1534 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
1535 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1536 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1537 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1539 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
1540 … are not allowed in this field; event start and end times are specified in the start and end field…
1543 …the event was created. For example, a web page, an email message or any document identifiable by a…
1544 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
1545 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
1547 "etag": "A String", # ETag of the resource.
1548 "location": "A String", # Geographic location of the event as free-form text. Optional.
1549 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
1552 "a_key": "A String", # The preference name and corresponding value.
1554 "title": "A String", # The gadget's title.
1555 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
1556 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
1557 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
1558 "type": "A String", # The gadget's type.
1559 "display": "A String", # The gadget's display mode. Optional. Possible values are:
1560 # - "icon" - The gadget displays next to the event's title in the calendar view.
1561 # - "chip" - The gadget displays when the event is clicked.
1562 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
1564 "status": "A String", # Status of the event. Optional. Possible values are:
1565 # - "confirmed" - The event is confirmed. This is the default status.
1566 # - "tentative" - The event is tentatively confirmed.
1567 # - "cancelled" - The event is cancelled.
1568 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1569 "description": "A String", # Description of the event. Optional.
1570 …vents accross calendaring systems and must be supplied when importing events via the import method.
1571 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1572 "extendedProperties": { # Extended properties of the event.
1573 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1574 "a_key": "A String", # The name of the shared property and the corresponding value.
1576 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
1577 "a_key": "A String", # The name of the private property and the corresponding value.
1580 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
1582 "visibility": "default", # Visibility of the event. Optional. Possible values are:
1583 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
1584 … # - "public" - The event is public and event details are visible to all readers of the calendar.
1585 # - "private" - The event is private and only event attendees may view event details.
1586 # - "confidential" - The event is private. This value is provided for compatibility reasons.
1587 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
1588 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
1589 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1590 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1591 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1593 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
1594 "kind": "calendar#event", # Type of the resource ("calendar#event").
1595 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
1596 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
1597 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
1598 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
1599 "reminders": { # Information about the event's reminders for the authenticated user.
1600 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
1602 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1603 "method": "A String", # The method used by this reminder. Possible values are:
1609 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
1611 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
1612 …tance of a recurring event, this is the time at which this event would start according to the recu…
1613 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1614 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1615 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1617 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
1618 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
1619 # - "opaque" - The event blocks time on the calendar. This is the default value.
1620 # - "transparent" - The event does not block time on the calendar.
1621 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
1624 …Whether to send notifications about the event update (e.g. attendee's responses, title changes, et…
1625 …the email field for the organizer, creator and attendees, even if no real email is available (i.e.…
1626 …Whether API client performing operation supports event attachments. Optional. The default is False.
1627 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
1630 An object of the form:
1633 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
1634 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
1637 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
1639 "fileUrl": "A String", # URL link to the attachment.
1640 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
1641 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
1642 "fileId": "A String", # ID of the attached file. Read-only.
1643 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
1646 "creator": { # The creator of the event. Read-only.
1647 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
1648 "displayName": "A String", # The creator's name, if available.
1649 "email": "A String", # The creator's email address, if available.
1650 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
1652 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
1653 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
1654 "displayName": "A String", # The organizer's name, if available.
1655 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
1656 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
1658 "summary": "A String", # Title of the event.
1659 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
1660 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
1661 # - the length of the ID must be between 5 and 1024 characters
1662 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
1663 # If you do not specify an ID, it will be automatically generated by the server.
1664 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1665 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
1666 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
1668 "comment": "A String", # The attendee's response comment. Optional.
1669 "displayName": "A String", # The attendee's name, if available. Optional.
1670 "responseStatus": "A String", # The attendee's response status. Possible values are:
1671 # - "needsAction" - The attendee has not responded to the invitation.
1672 # - "declined" - The attendee has declined the invitation.
1673 # - "tentative" - The attendee has tentatively accepted the invitation.
1674 # - "accepted" - The attendee has accepted the invitation.
1675 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
1676 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
1677 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
1678 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
1679 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
1680 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
1681 …"email": "A String", # The attendee's email address, if available. This field must be present when…
1684 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
1685 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1686 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1687 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1689 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
1690 … are not allowed in this field; event start and end times are specified in the start and end field…
1693 …the event was created. For example, a web page, an email message or any document identifiable by a…
1694 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
1695 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
1697 "etag": "A String", # ETag of the resource.
1698 "location": "A String", # Geographic location of the event as free-form text. Optional.
1699 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
1702 "a_key": "A String", # The preference name and corresponding value.
1704 "title": "A String", # The gadget's title.
1705 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
1706 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
1707 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
1708 "type": "A String", # The gadget's type.
1709 "display": "A String", # The gadget's display mode. Optional. Possible values are:
1710 # - "icon" - The gadget displays next to the event's title in the calendar view.
1711 # - "chip" - The gadget displays when the event is clicked.
1712 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
1714 "status": "A String", # Status of the event. Optional. Possible values are:
1715 # - "confirmed" - The event is confirmed. This is the default status.
1716 # - "tentative" - The event is tentatively confirmed.
1717 # - "cancelled" - The event is cancelled.
1718 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1719 "description": "A String", # Description of the event. Optional.
1720 …vents accross calendaring systems and must be supplied when importing events via the import method.
1721 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1722 "extendedProperties": { # Extended properties of the event.
1723 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1724 "a_key": "A String", # The name of the shared property and the corresponding value.
1726 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
1727 "a_key": "A String", # The name of the private property and the corresponding value.
1730 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
1732 "visibility": "default", # Visibility of the event. Optional. Possible values are:
1733 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
1734 … # - "public" - The event is public and event details are visible to all readers of the calendar.
1735 # - "private" - The event is private and only event attendees may view event details.
1736 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
1737 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
1738 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
1739 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1740 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1741 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1743 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
1744 "kind": "calendar#event", # Type of the resource ("calendar#event").
1745 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
1746 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
1747 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
1748 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
1749 "reminders": { # Information about the event's reminders for the authenticated user.
1750 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
1752 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1753 "method": "A String", # The method used by this reminder. Possible values are:
1759 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
1761 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
1762 …tance of a recurring event, this is the time at which this event would start according to the recu…
1763 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1764 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1765 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1767 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
1768 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
1769 # - "opaque" - The event blocks time on the calendar. This is the default value.
1770 # - "transparent" - The event does not block time on the calendar.
1771 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
1780 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
1781 text: string, The text describing the event to be created. (required)
1782 …fications: boolean, Whether to send notifications about the creation of the event. Optional. The d…
1785 An object of the form:
1788 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
1789 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
1792 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
1794 "fileUrl": "A String", # URL link to the attachment.
1795 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
1796 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
1797 "fileId": "A String", # ID of the attached file. Read-only.
1798 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
1801 "creator": { # The creator of the event. Read-only.
1802 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
1803 "displayName": "A String", # The creator's name, if available.
1804 "email": "A String", # The creator's email address, if available.
1805 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
1807 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
1808 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
1809 "displayName": "A String", # The organizer's name, if available.
1810 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
1811 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
1813 "summary": "A String", # Title of the event.
1814 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
1815 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
1816 # - the length of the ID must be between 5 and 1024 characters
1817 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
1818 # If you do not specify an ID, it will be automatically generated by the server.
1819 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1820 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
1821 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
1823 "comment": "A String", # The attendee's response comment. Optional.
1824 "displayName": "A String", # The attendee's name, if available. Optional.
1825 "responseStatus": "A String", # The attendee's response status. Possible values are:
1826 # - "needsAction" - The attendee has not responded to the invitation.
1827 # - "declined" - The attendee has declined the invitation.
1828 # - "tentative" - The attendee has tentatively accepted the invitation.
1829 # - "accepted" - The attendee has accepted the invitation.
1830 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
1831 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
1832 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
1833 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
1834 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
1835 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
1836 …"email": "A String", # The attendee's email address, if available. This field must be present when…
1839 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
1840 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1841 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1842 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1844 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
1845 … are not allowed in this field; event start and end times are specified in the start and end field…
1848 …the event was created. For example, a web page, an email message or any document identifiable by a…
1849 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
1850 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
1852 "etag": "A String", # ETag of the resource.
1853 "location": "A String", # Geographic location of the event as free-form text. Optional.
1854 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
1857 "a_key": "A String", # The preference name and corresponding value.
1859 "title": "A String", # The gadget's title.
1860 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
1861 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
1862 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
1863 "type": "A String", # The gadget's type.
1864 "display": "A String", # The gadget's display mode. Optional. Possible values are:
1865 # - "icon" - The gadget displays next to the event's title in the calendar view.
1866 # - "chip" - The gadget displays when the event is clicked.
1867 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
1869 "status": "A String", # Status of the event. Optional. Possible values are:
1870 # - "confirmed" - The event is confirmed. This is the default status.
1871 # - "tentative" - The event is tentatively confirmed.
1872 # - "cancelled" - The event is cancelled.
1873 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
1874 "description": "A String", # Description of the event. Optional.
1875 …vents accross calendaring systems and must be supplied when importing events via the import method.
1876 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1877 "extendedProperties": { # Extended properties of the event.
1878 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
1879 "a_key": "A String", # The name of the shared property and the corresponding value.
1881 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
1882 "a_key": "A String", # The name of the private property and the corresponding value.
1885 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
1887 "visibility": "default", # Visibility of the event. Optional. Possible values are:
1888 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
1889 … # - "public" - The event is public and event details are visible to all readers of the calendar.
1890 # - "private" - The event is private and only event attendees may view event details.
1891 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
1892 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
1893 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
1894 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1895 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1896 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1898 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
1899 "kind": "calendar#event", # Type of the resource ("calendar#event").
1900 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
1901 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
1902 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
1903 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
1904 "reminders": { # Information about the event's reminders for the authenticated user.
1905 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
1907 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
1908 "method": "A String", # The method used by this reminder. Possible values are:
1914 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
1916 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
1917 …tance of a recurring event, this is the time at which this event would start according to the recu…
1918 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1919 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1920 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1922 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
1923 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
1924 # - "opaque" - The event blocks time on the calendar. This is the default value.
1925 # - "transparent" - The event does not block time on the calendar.
1926 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
1935 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
1937 body: object, The request body. (required)
1938 The object takes the form of:
1941 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
1942 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
1945 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
1947 "fileUrl": "A String", # URL link to the attachment.
1948 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
1949 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
1950 "fileId": "A String", # ID of the attached file. Read-only.
1951 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
1954 "creator": { # The creator of the event. Read-only.
1955 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
1956 "displayName": "A String", # The creator's name, if available.
1957 "email": "A String", # The creator's email address, if available.
1958 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
1960 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
1961 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
1962 "displayName": "A String", # The organizer's name, if available.
1963 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
1964 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
1966 "summary": "A String", # Title of the event.
1967 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
1968 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
1969 # - the length of the ID must be between 5 and 1024 characters
1970 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
1971 # If you do not specify an ID, it will be automatically generated by the server.
1972 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
1973 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
1974 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
1976 "comment": "A String", # The attendee's response comment. Optional.
1977 "displayName": "A String", # The attendee's name, if available. Optional.
1978 "responseStatus": "A String", # The attendee's response status. Possible values are:
1979 # - "needsAction" - The attendee has not responded to the invitation.
1980 # - "declined" - The attendee has declined the invitation.
1981 # - "tentative" - The attendee has tentatively accepted the invitation.
1982 # - "accepted" - The attendee has accepted the invitation.
1983 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
1984 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
1985 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
1986 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
1987 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
1988 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
1989 …"email": "A String", # The attendee's email address, if available. This field must be present when…
1992 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
1993 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
1994 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
1995 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
1997 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
1998 … are not allowed in this field; event start and end times are specified in the start and end field…
2001 …the event was created. For example, a web page, an email message or any document identifiable by a…
2002 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
2003 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
2005 "etag": "A String", # ETag of the resource.
2006 "location": "A String", # Geographic location of the event as free-form text. Optional.
2007 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
2010 "a_key": "A String", # The preference name and corresponding value.
2012 "title": "A String", # The gadget's title.
2013 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
2014 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
2015 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
2016 "type": "A String", # The gadget's type.
2017 "display": "A String", # The gadget's display mode. Optional. Possible values are:
2018 # - "icon" - The gadget displays next to the event's title in the calendar view.
2019 # - "chip" - The gadget displays when the event is clicked.
2020 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
2022 "status": "A String", # Status of the event. Optional. Possible values are:
2023 # - "confirmed" - The event is confirmed. This is the default status.
2024 # - "tentative" - The event is tentatively confirmed.
2025 # - "cancelled" - The event is cancelled.
2026 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
2027 "description": "A String", # Description of the event. Optional.
2028 …vents accross calendaring systems and must be supplied when importing events via the import method.
2029 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
2030 "extendedProperties": { # Extended properties of the event.
2031 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
2032 "a_key": "A String", # The name of the shared property and the corresponding value.
2034 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
2035 "a_key": "A String", # The name of the private property and the corresponding value.
2038 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
2040 "visibility": "default", # Visibility of the event. Optional. Possible values are:
2041 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
2042 … # - "public" - The event is public and event details are visible to all readers of the calendar.
2043 # - "private" - The event is private and only event attendees may view event details.
2044 # - "confidential" - The event is private. This value is provided for compatibility reasons.
2045 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
2046 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
2047 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
2048 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
2049 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
2051 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
2052 "kind": "calendar#event", # Type of the resource ("calendar#event").
2053 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
2054 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
2055 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
2056 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
2057 "reminders": { # Information about the event's reminders for the authenticated user.
2058 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
2060 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
2061 "method": "A String", # The method used by this reminder. Possible values are:
2067 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
2069 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
2070 …tance of a recurring event, this is the time at which this event would start according to the recu…
2071 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
2072 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
2073 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
2075 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
2076 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
2077 # - "opaque" - The event blocks time on the calendar. This is the default value.
2078 # - "transparent" - The event does not block time on the calendar.
2079 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
2082 …Whether to send notifications about the event update (e.g. attendee's responses, title changes, et…
2083 …the email field for the organizer, creator and attendees, even if no real email is available (i.e.…
2084 …Whether API client performing operation supports event attachments. Optional. The default is False.
2085 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
2088 An object of the form:
2091 …"attachments": [ # File attachments for the event. Currently only Google Drive attachments are sup…
2092 … # In order to modify attachments the supportsAttachments request parameter should be set to true.
2095 "mimeType": "A String", # Internet media type (MIME type) of the attachment.
2097 "fileUrl": "A String", # URL link to the attachment.
2098 …dding Google Drive file attachments use the same format as in alternateLink property of the Files …
2099 "iconLink": "A String", # URL link to the attachment's icon. Read-only.
2100 "fileId": "A String", # ID of the attached file. Read-only.
2101 …# For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive AP…
2104 "creator": { # The creator of the event. Read-only.
2105 …"self": false, # Whether the creator corresponds to the calendar on which this copy of the event a…
2106 "displayName": "A String", # The creator's name, if available.
2107 "email": "A String", # The creator's email address, if available.
2108 …"id": "A String", # The creator's Profile ID, if available. It corresponds to theid field in the P…
2110 …The organizer of the event. If the organizer is also an attendee, this is indicated with a separat…
2111 …"self": false, # Whether the organizer corresponds to the calendar on which this copy of the event…
2112 "displayName": "A String", # The organizer's name, if available.
2113 …"email": "A String", # The organizer's email address, if available. It must be a valid email addre…
2114 …"id": "A String", # The organizer's Profile ID, if available. It corresponds to theid field in the…
2116 "summary": "A String", # Title of the event.
2117 …"id": "A String", # Opaque identifier of the event. When creating new single or recurring events, …
2118 …# - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v …
2119 # - the length of the ID must be between 5 and 1024 characters
2120 …the ID must be unique per calendar Due to the globally distributed nature of the system, we canno…
2121 # If you do not specify an ID, it will be automatically generated by the server.
2122 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
2123 …"hangoutLink": "A String", # An absolute link to the Google+ hangout associated with this event. R…
2124 …"attendees": [ # The attendees of the event. See the Events with attendees guide for more informat…
2126 "comment": "A String", # The attendee's response comment. Optional.
2127 "displayName": "A String", # The attendee's name, if available. Optional.
2128 "responseStatus": "A String", # The attendee's response status. Possible values are:
2129 # - "needsAction" - The attendee has not responded to the invitation.
2130 # - "declined" - The attendee has declined the invitation.
2131 # - "tentative" - The attendee has tentatively accepted the invitation.
2132 # - "accepted" - The attendee has accepted the invitation.
2133 …": false, # Whether this entry represents the calendar on which this copy of the event appears. Re…
2134 …"id": "A String", # The attendee's Profile ID, if available. It corresponds to theid field in the …
2135 "additionalGuests": 0, # Number of additional guests. Optional. The default is 0.
2136 "resource": false, # Whether the attendee is a resource. Read-only. The default is False.
2137 …"organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The d…
2138 "optional": false, # Whether this is an optional attendee. Optional. The default is False.
2139 …"email": "A String", # The attendee's email address, if available. This field must be present when…
2142 …"start": { # The (inclusive) start time of the event. For a recurring event, this is the start tim…
2143 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
2144 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
2145 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
2147 … "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
2148 … are not allowed in this field; event start and end times are specified in the start and end field…
2151 …the event was created. For example, a web page, an email message or any document identifiable by a…
2152 …"url": "A String", # URL of the source pointing to a resource. The URL scheme must be HTTP or HTTP…
2153 … "title": "A String", # Title of the source; for example a title of a web page or an email subject.
2155 "etag": "A String", # ETag of the resource.
2156 "location": "A String", # Geographic location of the event as free-form text. Optional.
2157 …"recurringEventId": "A String", # For an instance of a recurring event, this is the id of the recu…
2160 "a_key": "A String", # The preference name and corresponding value.
2162 "title": "A String", # The gadget's title.
2163 …"height": 42, # The gadget's height in pixels. The height must be an integer greater than 0. Optio…
2164 …"width": 42, # The gadget's width in pixels. The width must be an integer greater than 0. Optional.
2165 "link": "A String", # The gadget's URL. The URL scheme must be HTTPS.
2166 "type": "A String", # The gadget's type.
2167 "display": "A String", # The gadget's display mode. Optional. Possible values are:
2168 # - "icon" - The gadget displays next to the event's title in the calendar view.
2169 # - "chip" - The gadget displays when the event is clicked.
2170 "iconLink": "A String", # The gadget's icon URL. The URL scheme must be HTTPS.
2172 "status": "A String", # Status of the event. Optional. Possible values are:
2173 # - "confirmed" - The event is confirmed. This is the default status.
2174 # - "tentative" - The event is tentatively confirmed.
2175 # - "cancelled" - The event is cancelled.
2176 … "updated": "A String", # Last modification time of the event (as a RFC3339 timestamp). Read-only.
2177 "description": "A String", # Description of the event. Optional.
2178 …vents accross calendaring systems and must be supplied when importing events via the import method.
2179 …the icalUID and the id are not identical and only one of them should be supplied at event creation…
2180 "extendedProperties": { # Extended properties of the event.
2181 …"shared": { # Properties that are shared between copies of the event on other attendees' calendars.
2182 "a_key": "A String", # The name of the shared property and the corresponding value.
2184 … "private": { # Properties that are private to the copy of the event that appears on this calendar.
2185 "a_key": "A String", # The name of the private property and the corresponding value.
2188 …Whether the end time is actually unspecified. An end time is still provided for compatibility reas…
2190 "visibility": "default", # Visibility of the event. Optional. Possible values are:
2191 … # - "default" - Uses the default visibility for events on the calendar. This is the default value.
2192 … # - "public" - The event is public and event details are visible to all readers of the calendar.
2193 # - "private" - The event is private and only event attendees may view event details.
2194 … # - "confidential" - The event is private. This value is provided for compatibility reasons.
2195 …tsCanModify": false, # Whether attendees other than the organizer can modify the event. Optional. …
2196 …"end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of t…
2197 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
2198 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
2199 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
2201 …the event's representation. When retrieving an event, this may be due to a restriction specified b…
2202 "kind": "calendar#event", # Type of the resource ("calendar#event").
2203 …re no changes can be made to the main event fields "summary", "description", "location", "start", …
2204 "created": "A String", # Creation time of the event (as a RFC3339 timestamp). Read-only.
2205 …Id": "A String", # The color of the event. This is an ID referring to an entry in the event sectio…
2206 … # Whether anyone can invite themselves to the event (currently works for Google+ events only). Op…
2207 "reminders": { # Information about the event's reminders for the authenticated user.
2208 …the event doesn't use the default reminders, this lists the reminders specific to the event, or, i…
2210 …"minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.…
2211 "method": "A String", # The method used by this reminder. Possible values are:
2217 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
2219 …sts": true, # Whether attendees other than the organizer can see who the event's attendees are. Op…
2220 …tance of a recurring event, this is the time at which this event would start according to the recu…
2221 "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
2222 …The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. …
2223 …"dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC3339)…
2225 …eOthers": true, # Whether attendees other than the organizer can invite others to the event. Optio…
2226 …"transparency": "opaque", # Whether the event blocks time on the calendar. Optional. Possible valu…
2227 # - "opaque" - The event blocks time on the calendar. This is the default value.
2228 # - "transparent" - The event does not block time on the calendar.
2229 …ges are not shared with other copies on other calendars. Optional. Immutable. The default is False.
2238 …e calendar IDs call the calendarList.list method. If you want to access the primary calendar of th…
2239 body: object, The request body. (required)
2240 The object takes the form of:
2243 "resourceUri": "A String", # A version-specific identifier for the watched resource.
2244 … as a notification channel used to watch for changes to a resource. Value: the fixed string "api#c…
2245 …"resourceId": "A String", # An opaque ID that identifies the resource being watched on this channe…
2247 …"token": "A String", # An arbitrary string delivered to the target address with each notification …
2252 "address": "A String", # The address where notifications are delivered for this channel.
2253 "type": "A String", # The type of delivery mechanism used for this channel.
2257 …orderBy: string, The order of the events returned in the result. Optional. The default is an unspe…
2259 …startTime - Order by the start date/time (ascending). This is only available when querying single …
2261 …nInvitations: boolean, Whether to include hidden invitations in the result. Optional. The default …
2262 …timeMin: string, Lower bound (inclusive) for an event's end time to filter by. Optional. The defau…
2265 …nce this time will always be included regardless of showDeleted. Optional. The default is not to f…
2266 …ents and instances of recurring events, but not the underlying recurring events themselves. Option…
2267 …the email field for the organizer, creator and attendees, even if no real email is available (i.e.…
2268 …the result. Cancelled instances of recurring events (but not the underlying recurring event) will …
2270 …es: integer, The maximum number of attendees to include in the response. If there are more than th…
2271 …the nextSyncToken field returned on the last page of results from the previous list request. It ma…
2272 …ers that cannot be specified together with nextSyncToken to ensure consistency of the client state.
2282 - updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and th…
2284 Optional. The default is to return all entries.
2285 …iCalUID: string, Specifies event ID in the iCalendar format to be included in the response. Option…
2286 …The number of events in the resulting page may be less than this value, or none at all, even if th…
2287 …timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The def…
2289 …timeZone: string, Time zone used in the response. Optional. The default is the time zone of the ca…
2292 An object of the form:
2295 "resourceUri": "A String", # A version-specific identifier for the watched resource.
2296 … as a notification channel used to watch for changes to a resource. Value: the fixed string "api#c…
2297 …"resourceId": "A String", # An opaque ID that identifies the resource being watched on this channe…
2299 …"token": "A String", # An arbitrary string delivered to the target address with each notification …
2304 "address": "A String", # The address where notifications are delivered for this channel.
2305 "type": "A String", # The type of delivery mechanism used for this channel.