@maxim_mazurok/gapi.client.calendar-v3 0.1.20251202 → 0.1.20251216
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 +3 -1
- 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: 20251216
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -111,6 +111,8 @@ declare namespace gapi.client {
|
|
|
111
111
|
* Important: the owner role is different from the calendar's data owner. A calendar has a single data owner, but can have multiple users with owner role.
|
|
112
112
|
*/
|
|
113
113
|
accessRole?: string;
|
|
114
|
+
/** Whether this calendar automatically accepts invitations. Only valid for resource calendars. Read-only. */
|
|
115
|
+
autoAcceptInvitations?: boolean;
|
|
114
116
|
/** The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional. */
|
|
115
117
|
backgroundColor?: string;
|
|
116
118
|
/** The color of the calendar. This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional. */
|