🤖 Merge PR #47818 [gapi.client.calendar] automatic update by @google-api-typings-generator

Co-authored-by: Maxim Mazurok <maxim@mazurok.com>
This commit is contained in:
Google API Typings Generator 2020-09-21 12:58:48 +10:00 committed by GitHub
parent feddf89542
commit 877906d295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
**/
// Revision: 20200902
// Revision: 20200917
gapi.load('client', () => {
/** now we can use gapi.client */

View File

@ -11,7 +11,7 @@
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
// Generated from: https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest
// Revision: 20200902
// Revision: 20200917
/// <reference types="gapi.client" />
@ -405,7 +405,10 @@ declare namespace gapi.client {
* There can be at most 25 attachments per event,
*/
attachments?: EventAttachment[];
/** The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. */
/**
* The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide
* delegation of authority to populate the attendee list.
*/
attendees?: EventAttendee[];
/**
* Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter.