@maxim_mazurok/gapi.client.calendar-v3 0.0.20231208 → 0.0.20240111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +17 -29
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://calendar-json.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240111
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -418,8 +418,8 @@ declare namespace gapi.client {
|
|
|
418
418
|
/**
|
|
419
419
|
* Specific type of the event. This cannot be modified after the event is created. Possible values are:
|
|
420
420
|
* - "default" - A regular event or not further specified.
|
|
421
|
-
* - "outOfOffice" - An out-of-office event.
|
|
422
|
-
* - "focusTime" - A focus-time event.
|
|
421
|
+
* - "outOfOffice" - An out-of-office event.
|
|
422
|
+
* - "focusTime" - A focus-time event.
|
|
423
423
|
* - "workingLocation" - A working location event. Currently, only "default " and "workingLocation" events can be created using the API. Extended support for other event types will be made available in later releases.
|
|
424
424
|
*/
|
|
425
425
|
eventType?: string;
|
|
@@ -430,7 +430,7 @@ declare namespace gapi.client {
|
|
|
430
430
|
/** Properties that are shared between copies of the event on other attendees' calendars. */
|
|
431
431
|
shared?: {[P in string]: string};
|
|
432
432
|
};
|
|
433
|
-
/** Focus Time event data.
|
|
433
|
+
/** Focus Time event data. Used if eventType is focusTime. */
|
|
434
434
|
focusTimeProperties?: EventFocusTimeProperties;
|
|
435
435
|
/** A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata. */
|
|
436
436
|
gadget?: {
|
|
@@ -498,7 +498,7 @@ declare namespace gapi.client {
|
|
|
498
498
|
};
|
|
499
499
|
/** For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable. */
|
|
500
500
|
originalStartTime?: EventDateTime;
|
|
501
|
-
/** Out of office event data.
|
|
501
|
+
/** Out of office event data. Used if eventType is outOfOffice. */
|
|
502
502
|
outOfOfficeProperties?: EventOutOfOfficeProperties;
|
|
503
503
|
/** If set to True, Event propagation is disabled. Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False. */
|
|
504
504
|
privateCopy?: boolean;
|
|
@@ -1808,17 +1808,11 @@ declare namespace gapi.client {
|
|
|
1808
1808
|
list(request?: {
|
|
1809
1809
|
/** Data format for the response. */
|
|
1810
1810
|
alt?: string;
|
|
1811
|
-
/** Deprecated and ignored.
|
|
1811
|
+
/** Deprecated and ignored. */
|
|
1812
1812
|
alwaysIncludeEmail?: boolean;
|
|
1813
1813
|
/** Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */
|
|
1814
1814
|
calendarId: string;
|
|
1815
|
-
/**
|
|
1816
|
-
* Event types to return. Optional. Possible values are:
|
|
1817
|
-
* - "default"
|
|
1818
|
-
* - "focusTime"
|
|
1819
|
-
* - "outOfOffice"
|
|
1820
|
-
* - "workingLocation"This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"].
|
|
1821
|
-
*/
|
|
1815
|
+
/** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"]. */
|
|
1822
1816
|
eventTypes?: string | string[];
|
|
1823
1817
|
/** Selector specifying which fields to include in a partial response. */
|
|
1824
1818
|
fields?: string;
|
|
@@ -1848,6 +1842,8 @@ declare namespace gapi.client {
|
|
|
1848
1842
|
* - location
|
|
1849
1843
|
* - attendee's displayName
|
|
1850
1844
|
* - attendee's email
|
|
1845
|
+
* - organizer's displayName
|
|
1846
|
+
* - organizer's email
|
|
1851
1847
|
* - workingLocationProperties.officeLocation.buildingId
|
|
1852
1848
|
* - workingLocationProperties.officeLocation.deskId
|
|
1853
1849
|
* - workingLocationProperties.officeLocation.label
|
|
@@ -2113,17 +2109,11 @@ declare namespace gapi.client {
|
|
|
2113
2109
|
watch(request: {
|
|
2114
2110
|
/** Data format for the response. */
|
|
2115
2111
|
alt?: string;
|
|
2116
|
-
/** Deprecated and ignored.
|
|
2112
|
+
/** Deprecated and ignored. */
|
|
2117
2113
|
alwaysIncludeEmail?: boolean;
|
|
2118
2114
|
/** Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */
|
|
2119
2115
|
calendarId: string;
|
|
2120
|
-
/**
|
|
2121
|
-
* Event types to return. Optional. Possible values are:
|
|
2122
|
-
* - "default"
|
|
2123
|
-
* - "focusTime"
|
|
2124
|
-
* - "outOfOffice"
|
|
2125
|
-
* - "workingLocation"This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"].
|
|
2126
|
-
*/
|
|
2116
|
+
/** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"]. */
|
|
2127
2117
|
eventTypes?: string | string[];
|
|
2128
2118
|
/** Selector specifying which fields to include in a partial response. */
|
|
2129
2119
|
fields?: string;
|
|
@@ -2153,6 +2143,8 @@ declare namespace gapi.client {
|
|
|
2153
2143
|
* - location
|
|
2154
2144
|
* - attendee's displayName
|
|
2155
2145
|
* - attendee's email
|
|
2146
|
+
* - organizer's displayName
|
|
2147
|
+
* - organizer's email
|
|
2156
2148
|
* - workingLocationProperties.officeLocation.buildingId
|
|
2157
2149
|
* - workingLocationProperties.officeLocation.deskId
|
|
2158
2150
|
* - workingLocationProperties.officeLocation.label
|
|
@@ -2204,17 +2196,11 @@ declare namespace gapi.client {
|
|
|
2204
2196
|
request: {
|
|
2205
2197
|
/** Data format for the response. */
|
|
2206
2198
|
alt?: string;
|
|
2207
|
-
/** Deprecated and ignored.
|
|
2199
|
+
/** Deprecated and ignored. */
|
|
2208
2200
|
alwaysIncludeEmail?: boolean;
|
|
2209
2201
|
/** Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */
|
|
2210
2202
|
calendarId: string;
|
|
2211
|
-
/**
|
|
2212
|
-
* Event types to return. Optional. Possible values are:
|
|
2213
|
-
* - "default"
|
|
2214
|
-
* - "focusTime"
|
|
2215
|
-
* - "outOfOffice"
|
|
2216
|
-
* - "workingLocation"This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"].
|
|
2217
|
-
*/
|
|
2203
|
+
/** Event types to return. Optional. This parameter can be repeated multiple times to return events of different types. The default is ["default", "focusTime", "outOfOffice"]. */
|
|
2218
2204
|
eventTypes?: string | string[];
|
|
2219
2205
|
/** Selector specifying which fields to include in a partial response. */
|
|
2220
2206
|
fields?: string;
|
|
@@ -2244,6 +2230,8 @@ declare namespace gapi.client {
|
|
|
2244
2230
|
* - location
|
|
2245
2231
|
* - attendee's displayName
|
|
2246
2232
|
* - attendee's email
|
|
2233
|
+
* - organizer's displayName
|
|
2234
|
+
* - organizer's email
|
|
2247
2235
|
* - workingLocationProperties.officeLocation.buildingId
|
|
2248
2236
|
* - workingLocationProperties.officeLocation.deskId
|
|
2249
2237
|
* - workingLocationProperties.officeLocation.label
|