@maxim_mazurok/gapi.client.calendar-v3 0.0.20240906 → 0.0.20240927
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 +2 -2
- 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: 20240927
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -604,7 +604,7 @@ declare namespace gapi.client {
|
|
|
604
604
|
* - "needsAction" - The attendee has not responded to the invitation (recommended for new events).
|
|
605
605
|
* - "declined" - The attendee has declined the invitation.
|
|
606
606
|
* - "tentative" - The attendee has tentatively accepted the invitation.
|
|
607
|
-
* - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the "Add invitations to my calendar" setting set to "When I respond to invitation in email" won't see an event
|
|
607
|
+
* - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the "Add invitations to my calendar" setting set to "When I respond to invitation in email" or "Only if the sender is known" might have their response reset to needsAction and won't see an event in their calendar unless they change their response in the event invitation email. Furthermore, if more than 200 guests are invited to the event, response status is not propagated to the guests.
|
|
608
608
|
*/
|
|
609
609
|
responseStatus?: string;
|
|
610
610
|
/** Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False. */
|