googleapis
Version:
Google APIs Client Library for Node.js
1,097 lines • 262 kB
TypeScript
/// <reference types="node" />
import { OAuth2Client, JWT, Compute, UserRefreshClient, BaseExternalAccountClient, GaxiosPromise, GoogleConfigurable, MethodOptions, StreamMethodOptions, GlobalOptions, GoogleAuth, BodyResponseCallback, APIRequestContext } from 'googleapis-common';
import { Readable } from 'stream';
export declare namespace calendar_v3 {
export interface Options extends GlobalOptions {
version: 'v3';
}
interface StandardParameters {
/**
* Auth client or API Key for the request
*/
auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient | BaseExternalAccountClient | GoogleAuth;
/**
* Data format for the response.
*/
alt?: string;
/**
* Selector specifying which fields to include in a partial response.
*/
fields?: string;
/**
* API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
*/
key?: string;
/**
* OAuth 2.0 token for the current user.
*/
oauth_token?: string;
/**
* Returns response with indentations and line breaks.
*/
prettyPrint?: boolean;
/**
* An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
*/
quotaUser?: string;
/**
* Deprecated. Please use quotaUser instead.
*/
userIp?: string;
}
/**
* Calendar API
*
* Manipulates events and other calendar data.
*
* @example
* ```js
* const {google} = require('googleapis');
* const calendar = google.calendar('v3');
* ```
*/
export class Calendar {
context: APIRequestContext;
acl: Resource$Acl;
calendarList: Resource$Calendarlist;
calendars: Resource$Calendars;
channels: Resource$Channels;
colors: Resource$Colors;
events: Resource$Events;
freebusy: Resource$Freebusy;
settings: Resource$Settings;
constructor(options: GlobalOptions, google?: GoogleConfigurable);
}
export interface Schema$Acl {
/**
* ETag of the collection.
*/
etag?: string | null;
/**
* List of rules on the access control list.
*/
items?: Schema$AclRule[];
/**
* Type of the collection ("calendar#acl").
*/
kind?: string | null;
/**
* Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
*/
nextPageToken?: string | null;
/**
* Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
*/
nextSyncToken?: string | null;
}
export interface Schema$AclRule {
/**
* ETag of the resource.
*/
etag?: string | null;
/**
* Identifier of the Access Control List (ACL) rule. See Sharing calendars.
*/
id?: string | null;
/**
* Type of the resource ("calendar#aclRule").
*/
kind?: string | null;
/**
* The role assigned to the scope. Possible values are:
* - "none" - Provides no access.
* - "freeBusyReader" - Provides read access to free/busy information.
* - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
* - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
* - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
*/
role?: string | null;
/**
* The extent to which calendar access is granted by this ACL rule.
*/
scope?: {
type?: string;
value?: string;
} | null;
}
export interface Schema$Calendar {
/**
* Conferencing properties for this calendar, for example what types of conferences are allowed.
*/
conferenceProperties?: Schema$ConferenceProperties;
/**
* Description of the calendar. Optional.
*/
description?: string | null;
/**
* ETag of the resource.
*/
etag?: string | null;
/**
* Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
*/
id?: string | null;
/**
* Type of the resource ("calendar#calendar").
*/
kind?: string | null;
/**
* Geographic location of the calendar as free-form text. Optional.
*/
location?: string | null;
/**
* Title of the calendar.
*/
summary?: string | null;
/**
* The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
*/
timeZone?: string | null;
}
export interface Schema$CalendarList {
/**
* ETag of the collection.
*/
etag?: string | null;
/**
* Calendars that are present on the user's calendar list.
*/
items?: Schema$CalendarListEntry[];
/**
* Type of the collection ("calendar#calendarList").
*/
kind?: string | null;
/**
* Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
*/
nextPageToken?: string | null;
/**
* Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
*/
nextSyncToken?: string | null;
}
export interface Schema$CalendarListEntry {
/**
* The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
* - "freeBusyReader" - Provides read access to free/busy information.
* - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
* - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
* - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
*/
accessRole?: string | null;
/**
* 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.
*/
backgroundColor?: string | null;
/**
* 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.
*/
colorId?: string | null;
/**
* Conferencing properties for this calendar, for example what types of conferences are allowed.
*/
conferenceProperties?: Schema$ConferenceProperties;
/**
* The default reminders that the authenticated user has for this calendar.
*/
defaultReminders?: Schema$EventReminder[];
/**
* Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False.
*/
deleted?: boolean | null;
/**
* Description of the calendar. Optional. Read-only.
*/
description?: string | null;
/**
* ETag of the resource.
*/
etag?: string | null;
/**
* The foreground color of the calendar in the hexadecimal format "#ffffff". 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.
*/
foregroundColor?: string | null;
/**
* Whether the calendar has been hidden from the list. Optional. The attribute is only returned when the calendar is hidden, in which case the value is true.
*/
hidden?: boolean | null;
/**
* Identifier of the calendar.
*/
id?: string | null;
/**
* Type of the resource ("calendar#calendarListEntry").
*/
kind?: string | null;
/**
* Geographic location of the calendar as free-form text. Optional. Read-only.
*/
location?: string | null;
/**
* The notifications that the authenticated user is receiving for this calendar.
*/
notificationSettings?: {
notifications?: Schema$CalendarNotification[];
} | null;
/**
* Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False.
*/
primary?: boolean | null;
/**
* Whether the calendar content shows up in the calendar UI. Optional. The default is False.
*/
selected?: boolean | null;
/**
* Title of the calendar. Read-only.
*/
summary?: string | null;
/**
* The summary that the authenticated user has set for this calendar. Optional.
*/
summaryOverride?: string | null;
/**
* The time zone of the calendar. Optional. Read-only.
*/
timeZone?: string | null;
}
export interface Schema$CalendarNotification {
/**
* The method used to deliver the notification. The possible value is:
* - "email" - Notifications are sent via email.
* Required when adding a notification.
*/
method?: string | null;
/**
* The type of notification. Possible values are:
* - "eventCreation" - Notification sent when a new event is put on the calendar.
* - "eventChange" - Notification sent when an event is changed.
* - "eventCancellation" - Notification sent when an event is cancelled.
* - "eventResponse" - Notification sent when an attendee responds to the event invitation.
* - "agenda" - An agenda with the events of the day (sent out in the morning).
* Required when adding a notification.
*/
type?: string | null;
}
export interface Schema$Channel {
/**
* The address where notifications are delivered for this channel.
*/
address?: string | null;
/**
* Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
*/
expiration?: string | null;
/**
* A UUID or similar unique string that identifies this channel.
*/
id?: string | null;
/**
* Identifies this as a notification channel used to watch for changes to a resource, which is "api#channel".
*/
kind?: string | null;
/**
* Additional parameters controlling delivery channel behavior. Optional.
*/
params?: {
[key: string]: string;
} | null;
/**
* A Boolean value to indicate whether payload is wanted. Optional.
*/
payload?: boolean | null;
/**
* An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
*/
resourceId?: string | null;
/**
* A version-specific identifier for the watched resource.
*/
resourceUri?: string | null;
/**
* An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
*/
token?: string | null;
/**
* The type of delivery mechanism used for this channel. Valid values are "web_hook" (or "webhook"). Both values refer to a channel where Http requests are used to deliver messages.
*/
type?: string | null;
}
export interface Schema$ColorDefinition {
/**
* The background color associated with this color definition.
*/
background?: string | null;
/**
* The foreground color that can be used to write on top of a background with 'background' color.
*/
foreground?: string | null;
}
export interface Schema$Colors {
/**
* A global palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.
*/
calendar?: {
[key: string]: Schema$ColorDefinition;
} | null;
/**
* A global palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only.
*/
event?: {
[key: string]: Schema$ColorDefinition;
} | null;
/**
* Type of the resource ("calendar#colors").
*/
kind?: string | null;
/**
* Last modification time of the color palette (as a RFC3339 timestamp). Read-only.
*/
updated?: string | null;
}
export interface Schema$ConferenceData {
/**
* The ID of the conference.
* Can be used by developers to keep track of conferences, should not be displayed to users.
* Values for solution types:
* - "eventHangout": unset.
* - "eventNamedHangout": the name of the Hangout.
* - "hangoutsMeet": the 10-letter meeting code, for example "aaa-bbbb-ccc".
* - "addOn": defined by 3P conference provider. Optional.
*/
conferenceId?: string | null;
/**
* The conference solution, such as Hangouts or Google Meet.
* Unset for a conference with a failed create request.
* Either conferenceSolution and at least one entryPoint, or createRequest is required.
*/
conferenceSolution?: Schema$ConferenceSolution;
/**
* A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field.
* Either conferenceSolution and at least one entryPoint, or createRequest is required.
*/
createRequest?: Schema$CreateConferenceRequest;
/**
* Information about individual conference entry points, such as URLs or phone numbers.
* All of them must belong to the same conference.
* Either conferenceSolution and at least one entryPoint, or createRequest is required.
*/
entryPoints?: Schema$EntryPoint[];
/**
* Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional.
*/
notes?: string | null;
/**
* Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.
*/
parameters?: Schema$ConferenceParameters;
/**
* The signature of the conference data.
* Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied.
* Unset for a conference with a failed create request.
* Optional for a conference with a pending create request.
*/
signature?: string | null;
}
export interface Schema$ConferenceParameters {
/**
* Additional add-on specific data.
*/
addOnParameters?: Schema$ConferenceParametersAddOnParameters;
}
export interface Schema$ConferenceParametersAddOnParameters {
parameters?: {
[key: string]: string;
} | null;
}
export interface Schema$ConferenceProperties {
/**
* The types of conference solutions that are supported for this calendar.
* The possible values are:
* - "eventHangout"
* - "eventNamedHangout"
* - "hangoutsMeet" Optional.
*/
allowedConferenceSolutionTypes?: string[] | null;
}
export interface Schema$ConferenceRequestStatus {
/**
* The current status of the conference create request. Read-only.
* The possible values are:
* - "pending": the conference create request is still being processed.
* - "success": the conference create request succeeded, the entry points are populated.
* - "failure": the conference create request failed, there are no entry points.
*/
statusCode?: string | null;
}
export interface Schema$ConferenceSolution {
/**
* The user-visible icon for this solution.
*/
iconUri?: string | null;
/**
* The key which can uniquely identify the conference solution for this event.
*/
key?: Schema$ConferenceSolutionKey;
/**
* The user-visible name of this solution. Not localized.
*/
name?: string | null;
}
export interface Schema$ConferenceSolutionKey {
/**
* The conference solution type.
* If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications.
* The possible values are:
* - "eventHangout" for Hangouts for consumers (http://hangouts.google.com)
* - "eventNamedHangout" for classic Hangouts for Google Workspace users (http://hangouts.google.com)
* - "hangoutsMeet" for Google Meet (http://meet.google.com)
* - "addOn" for 3P conference providers
*/
type?: string | null;
}
export interface Schema$CreateConferenceRequest {
/**
* The conference solution, such as Hangouts or Google Meet.
*/
conferenceSolutionKey?: Schema$ConferenceSolutionKey;
/**
* The client-generated unique ID for this request.
* Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored.
*/
requestId?: string | null;
/**
* The status of the conference create request.
*/
status?: Schema$ConferenceRequestStatus;
}
export interface Schema$EntryPoint {
/**
* The access code to access the conference. The maximum length is 128 characters.
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
* Optional.
*/
accessCode?: string | null;
/**
* Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point.
*/
entryPointFeatures?: string[] | null;
/**
* The type of the conference entry point.
* Possible values are:
* - "video" - joining a conference over HTTP. A conference can have zero or one video entry point.
* - "phone" - joining a conference by dialing a phone number. A conference can have zero or more phone entry points.
* - "sip" - joining a conference over SIP. A conference can have zero or one sip entry point.
* - "more" - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference.
*/
entryPointType?: string | null;
/**
* The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters.
* Examples:
* - for video: meet.google.com/aaa-bbbb-ccc
* - for phone: +1 123 268 2601
* - for sip: 12345678@altostrat.com
* - for more: should not be filled
* Optional.
*/
label?: string | null;
/**
* The meeting code to access the conference. The maximum length is 128 characters.
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
* Optional.
*/
meetingCode?: string | null;
/**
* The passcode to access the conference. The maximum length is 128 characters.
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
*/
passcode?: string | null;
/**
* The password to access the conference. The maximum length is 128 characters.
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
* Optional.
*/
password?: string | null;
/**
* The PIN to access the conference. The maximum length is 128 characters.
* When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin\} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.
* Optional.
*/
pin?: string | null;
/**
* The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden.
* Calendar backend will populate this field only for EntryPointType.PHONE.
*/
regionCode?: string | null;
/**
* The URI of the entry point. The maximum length is 1300 characters.
* Format:
* - for video, http: or https: schema is required.
* - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234).
* - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com.
* - for more, http: or https: schema is required.
*/
uri?: string | null;
}
export interface Schema$Error {
/**
* Domain, or broad category, of the error.
*/
domain?: string | null;
/**
* Specific reason for the error. Some of the possible values are:
* - "groupTooBig" - The group of users requested is too large for a single query.
* - "tooManyCalendarsRequested" - The number of calendars requested is too large for a single query.
* - "notFound" - The requested resource was not found.
* - "internalError" - The API service has encountered an internal error. Additional error types may be added in the future, so clients should gracefully handle additional error statuses not included in this list.
*/
reason?: string | null;
}
export interface Schema$Event {
/**
* Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False.
*/
anyoneCanAddSelf?: boolean | null;
/**
* File attachments for the event. Currently only Google Drive attachments are supported.
* In order to modify attachments the supportsAttachments request parameter should be set to true.
* There can be at most 25 attachments per event,
*/
attachments?: Schema$EventAttachment[];
/**
* 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?: Schema$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. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
*/
attendeesOmitted?: boolean | null;
/**
* The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional.
*/
colorId?: string | null;
/**
* The conference-related information, such as details of a Google Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests.
*/
conferenceData?: Schema$ConferenceData;
/**
* Creation time of the event (as a RFC3339 timestamp). Read-only.
*/
created?: string | null;
/**
* The creator of the event. Read-only.
*/
creator?: {
displayName?: string;
email?: string;
id?: string;
self?: boolean;
} | null;
/**
* Description of the event. Can contain HTML. Optional.
*/
description?: string | null;
/**
* The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
*/
end?: Schema$EventDateTime;
/**
* Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False.
*/
endTimeUnspecified?: boolean | null;
/**
* ETag of the resource.
*/
etag?: string | null;
/**
* Specific type of the event. Read-only. Possible values are:
* - "default" - A regular event or not further specified.
* - "outOfOffice" - An out-of-office event.
*/
eventType?: string | null;
/**
* Extended properties of the event.
*/
extendedProperties?: {
private?: {
[key: string]: string;
};
shared?: {
[key: string]: string;
};
} | null;
/**
* A gadget that extends this event. Gadgets are deprecated; this structure is instead only used for returning birthday calendar metadata.
*/
gadget?: {
display?: string;
height?: number;
iconLink?: string;
link?: string;
preferences?: {
[key: string]: string;
};
title?: string;
type?: string;
width?: number;
} | null;
/**
* Whether attendees other than the organizer can invite others to the event. Optional. The default is True.
*/
guestsCanInviteOthers?: boolean | null;
/**
* Whether attendees other than the organizer can modify the event. Optional. The default is False.
*/
guestsCanModify?: boolean | null;
/**
* Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True.
*/
guestsCanSeeOtherGuests?: boolean | null;
/**
* An absolute link to the Google+ hangout associated with this event. Read-only.
*/
hangoutLink?: string | null;
/**
* An absolute link to this event in the Google Calendar Web UI. Read-only.
*/
htmlLink?: string | null;
/**
* Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method.
* Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.
*/
iCalUID?: string | null;
/**
* Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules:
* - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938
* - the length of the ID must be between 5 and 1024 characters
* - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122.
* If you do not specify an ID, it will be automatically generated by the server.
* Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.
*/
id?: string | null;
/**
* Type of the resource ("calendar#event").
*/
kind?: string | null;
/**
* Geographic location of the event as free-form text. Optional.
*/
location?: string | null;
/**
* Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
*/
locked?: boolean | null;
/**
* The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.
*/
organizer?: {
displayName?: string;
email?: string;
id?: string;
self?: boolean;
} | null;
/**
* 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.
*/
originalStartTime?: Schema$EventDateTime;
/**
* 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.
*/
privateCopy?: boolean | null;
/**
* List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events.
*/
recurrence?: string[] | null;
/**
* For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable.
*/
recurringEventId?: string | null;
/**
* Information about the event's reminders for the authenticated user.
*/
reminders?: {
overrides?: Schema$EventReminder[];
useDefault?: boolean;
} | null;
/**
* Sequence number as per iCalendar.
*/
sequence?: number | null;
/**
* Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event.
*/
source?: {
title?: string;
url?: string;
} | null;
/**
* The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
*/
start?: Schema$EventDateTime;
/**
* Status of the event. Optional. Possible values are:
* - "confirmed" - The event is confirmed. This is the default status.
* - "tentative" - The event is tentatively confirmed.
* - "cancelled" - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them.
* A cancelled status represents two different states depending on the event type:
* - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event.
* Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty.
* - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely.
* Deleted events are only guaranteed to have the id field populated. On the organizer's calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details.
* If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated.
*/
status?: string | null;
/**
* Title of the event.
*/
summary?: string | null;
/**
* Whether the event blocks time on the calendar. Optional. Possible values are:
* - "opaque" - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI.
* - "transparent" - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.
*/
transparency?: string | null;
/**
* Last modification time of the event (as a RFC3339 timestamp). Read-only.
*/
updated?: string | null;
/**
* Visibility of the event. Optional. Possible values are:
* - "default" - Uses the default visibility for events on the calendar. This is the default value.
* - "public" - The event is public and event details are visible to all readers of the calendar.
* - "private" - The event is private and only event attendees may view event details.
* - "confidential" - The event is private. This value is provided for compatibility reasons.
*/
visibility?: string | null;
}
export interface Schema$EventAttachment {
/**
* ID of the attached file. Read-only.
* For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API.
*/
fileId?: string | null;
/**
* URL link to the attachment.
* For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API.
* Required when adding an attachment.
*/
fileUrl?: string | null;
/**
* URL link to the attachment's icon. Read-only.
*/
iconLink?: string | null;
/**
* Internet media type (MIME type) of the attachment.
*/
mimeType?: string | null;
/**
* Attachment title.
*/
title?: string | null;
}
export interface Schema$EventAttendee {
/**
* Number of additional guests. Optional. The default is 0.
*/
additionalGuests?: number | null;
/**
* The attendee's response comment. Optional.
*/
comment?: string | null;
/**
* The attendee's name, if available. Optional.
*/
displayName?: string | null;
/**
* The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322.
* Required when adding an attendee.
*/
email?: string | null;
/**
* The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API
*/
id?: string | null;
/**
* Whether this is an optional attendee. Optional. The default is False.
*/
optional?: boolean | null;
/**
* Whether the attendee is the organizer of the event. Read-only. The default is False.
*/
organizer?: boolean | null;
/**
* Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False.
*/
resource?: boolean | null;
/**
* The attendee's response status. Possible values are:
* - "needsAction" - The attendee has not responded to the invitation.
* - "declined" - The attendee has declined the invitation.
* - "tentative" - The attendee has tentatively accepted the invitation.
* - "accepted" - The attendee has accepted the invitation.
*/
responseStatus?: string | null;
/**
* Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
*/
self?: boolean | null;
}
export interface Schema$EventDateTime {
/**
* The date, in the format "yyyy-mm-dd", if this is an all-day event.
*/
date?: string | null;
/**
* The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.
*/
dateTime?: string | null;
/**
* The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end.
*/
timeZone?: string | null;
}
export interface Schema$EventReminder {
/**
* The method used by this reminder. Possible values are:
* - "email" - Reminders are sent via email.
* - "popup" - Reminders are sent via a UI popup.
* Required when adding a reminder.
*/
method?: string | null;
/**
* Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes).
* Required when adding a reminder.
*/
minutes?: number | null;
}
export interface Schema$Events {
/**
* The user's access role for this calendar. Read-only. Possible values are:
* - "none" - The user has no access.
* - "freeBusyReader" - The user has read access to free/busy information.
* - "reader" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
* - "writer" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
* - "owner" - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
*/
accessRole?: string | null;
/**
* The default reminders on the calendar for the authenticated user. These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have reminders.useDefault set to True).
*/
defaultReminders?: Schema$EventReminder[];
/**
* Description of the calendar. Read-only.
*/
description?: string | null;
/**
* ETag of the collection.
*/
etag?: string | null;
/**
* List of events on the calendar.
*/
items?: Schema$Event[];
/**
* Type of the collection ("calendar#events").
*/
kind?: string | null;
/**
* Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
*/
nextPageToken?: string | null;
/**
* Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
*/
nextSyncToken?: string | null;
/**
* Title of the calendar. Read-only.
*/
summary?: string | null;
/**
* The time zone of the calendar. Read-only.
*/
timeZone?: string | null;
/**
* Last modification time of the calendar (as a RFC3339 timestamp). Read-only.
*/
updated?: string | null;
}
export interface Schema$FreeBusyCalendar {
/**
* List of time ranges during which this calendar should be regarded as busy.
*/
busy?: Schema$TimePeriod[];
/**
* Optional error(s) (if computation for the calendar failed).
*/
errors?: Schema$Error[];
}
export interface Schema$FreeBusyGroup {
/**
* List of calendars' identifiers within a group.
*/
calendars?: string[] | null;
/**
* Optional error(s) (if computation for the group failed).
*/
errors?: Schema$Error[];
}
export interface Schema$FreeBusyRequest {
/**
* Maximal number of calendars for which FreeBusy information is to be provided. Optional. Maximum value is 50.
*/
calendarExpansionMax?: number | null;
/**
* Maximal number of calendar identifiers to be provided for a single group. Optional. An error is returned for a group with more members than this value. Maximum value is 100.
*/
groupExpansionMax?: number | null;
/**
* List of calendars and/or groups to query.
*/
items?: Schema$FreeBusyRequestItem[];
/**
* The end of the interval for the query formatted as per RFC3339.
*/
timeMax?: string | null;
/**
* The start of the interval for the query formatted as per RFC3339.
*/
timeMin?: string | null;
/**
* Time zone used in the response. Optional. The default is UTC.
*/
timeZone?: string | null;
}
export interface Schema$FreeBusyRequestItem {
/**
* The identifier of a calendar or a group.
*/
id?: string | null;
}
export interface Schema$FreeBusyResponse {
/**
* List of free/busy information for calendars.
*/
calendars?: {
[key: string]: Schema$FreeBusyCalendar;
} | null;
/**
* Expansion of groups.
*/
groups?: {
[key: string]: Schema$FreeBusyGroup;
} | null;
/**
* Type of the resource ("calendar#freeBusy").
*/
kind?: string | null;
/**
* The end of the interval.
*/
timeMax?: string | null;
/**
* The start of the interval.
*/
timeMin?: string | null;
}
export interface Schema$Setting {
/**
* ETag of the resource.
*/
etag?: string | null;
/**
* The id of the user setting.
*/
id?: string | null;
/**
* Type of the resource ("calendar#setting").
*/
kind?: string | null;
/**
* Value of the user setting. The format of the value depends on the ID of the setting. It must always be a UTF-8 string of length up to 1024 characters.
*/
value?: string | null;
}
export interface Schema$Settings {
/**
* Etag of the collection.
*/
etag?: string | null;
/**
* List of user settings.
*/
items?: Schema$Setting[];
/**
* Type of the collection ("calendar#settings").
*/
kind?: string | null;
/**
* Token used to access the next page of this result. Omitted if no further results are available, in which case nextSyncToken is provided.
*/
nextPageToken?: string | null;
/**
* Token used at a later point in time to retrieve only the entries that have changed since this result was returned. Omitted if further results are available, in which case nextPageToken is provided.
*/
nextSyncToken?: string | null;
}
export interface Schema$TimePeriod {
/**
* The (exclusive) end of the time period.
*/
end?: string | null;
/**
* The (inclusive) start of the time period.
*/
start?: string | null;
}
export class Resource$Acl {
context: APIRequestContext;
constructor(context: APIRequestContext);
/**
* Deletes an access control rule.
* @example
* ```js
* // Before running the sample:
* // - Enable the API at:
* // https://console.developers.google.com/apis/api/calendar.googleapis.com
* // - Login into gcloud by running:
* // `$ gcloud auth application-default login`
* // - Install the npm module by running:
* // `$ npm install googleapis`
*
* const {google} = require('googleapis');
* const calendar = google.calendar('v3');
*
* async function main() {
* const auth = new google.auth.GoogleAuth({
* // Scopes can be specified either as an array or as a single, space-delimited string.
* scopes: ['https://www.googleapis.com/auth/calendar'],
* });
*
* // Acquire an auth client, and bind it to all future calls
* const authClient = await auth.getClient();
* google.options({auth: authClient});
*
* // Do the magic
* const res = await calendar.acl.delete({
* // 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.
* calendarId: 'placeholder-value',
* // ACL rule identifier.
* ruleId: 'placeholder-value',
* });
* console.log(res.data);
* }
*
* main().catch(e => {
* console.error(e);
* throw e;
* });
*
* ```
*
* @param params - Parameters for request
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
* @param callback - Optional callback that handles the response.
* @returns A promise if used with async/await, or void if used with a callback.
*/
delete(params: Params$Resource$Acl$Delete, options: StreamMethodOptions): GaxiosPromise<Readable>;
delete(params?: Params$Resource$Acl$Delete, options?: MethodOptions): GaxiosPromise<void>;
delete(params: Params$Resource$Acl$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseC