mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #47267 [gapi.client.calendar] automatic update by @Maxim-Mazurok
* automatic gapi.client.calendar update @ Fri, 04 Sep 2020 10:22:10 GMT * Update gapi.client.calendar-tests.ts
This commit is contained in:
parent
1fb31451d1
commit
82fbc39e75
@ -3,6 +3,9 @@
|
||||
* This file was automatically 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
|
||||
**/
|
||||
|
||||
// Revision: 20200902
|
||||
|
||||
gapi.load('client', () => {
|
||||
/** now we can use gapi.client */
|
||||
gapi.client.load('calendar', 'v3', () => {
|
||||
|
||||
18
types/gapi.client.calendar/index.d.ts
vendored
18
types/gapi.client.calendar/index.d.ts
vendored
@ -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: 20200827
|
||||
// Revision: 20200902
|
||||
|
||||
/// <reference types="gapi.client" />
|
||||
|
||||
@ -447,27 +447,27 @@ declare namespace gapi.client {
|
||||
/** Properties that are shared between copies of the event on other attendees' calendars. */
|
||||
shared?: { [P in string]: string };
|
||||
};
|
||||
/** A gadget that extends this event. */
|
||||
/** A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata. */
|
||||
gadget?: {
|
||||
/**
|
||||
* The gadget's display mode. Optional. Possible values are:
|
||||
* The gadget's display mode. Deprecated. Possible values are:
|
||||
* - "icon" - The gadget displays next to the event's title in the calendar view.
|
||||
* - "chip" - The gadget displays when the event is clicked.
|
||||
*/
|
||||
display?: string;
|
||||
/** The gadget's height in pixels. The height must be an integer greater than 0. Optional. */
|
||||
/** The gadget's height in pixels. The height must be an integer greater than 0. Optional. Deprecated. */
|
||||
height?: number;
|
||||
/** The gadget's icon URL. The URL scheme must be HTTPS. */
|
||||
/** The gadget's icon URL. The URL scheme must be HTTPS. Deprecated. */
|
||||
iconLink?: string;
|
||||
/** The gadget's URL. The URL scheme must be HTTPS. */
|
||||
/** The gadget's URL. The URL scheme must be HTTPS. Deprecated. */
|
||||
link?: string;
|
||||
/** Preferences. */
|
||||
preferences?: { [P in string]: string };
|
||||
/** The gadget's title. */
|
||||
/** The gadget's title. Deprecated. */
|
||||
title?: string;
|
||||
/** The gadget's type. */
|
||||
/** The gadget's type. Deprecated. */
|
||||
type?: string;
|
||||
/** The gadget's width in pixels. The width must be an integer greater than 0. Optional. */
|
||||
/** The gadget's width in pixels. The width must be an integer greater than 0. Optional. Deprecated. */
|
||||
width?: number;
|
||||
};
|
||||
/** Whether attendees other than the organizer can invite others to the event. Optional. The default is True. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user