Skip to main content
Base Node Node inspector for a Google Calendar Fetch node

Parameters

Duration
duration
default:"6 hours"
required
How far ahead to fetch upcoming events, starting from the current UTC time.
Calendar ID
string
default:"primary"
required
The calendar identifier to query. Use primary to target the signed-in user’s main calendar.

Credentials

Google OAuth Credential
Google OAuth Credential
required
Select a Google OAuth Credential with the API access and scopes needed by this node.

Inputs

Input
any
Inputs are ignored; the input port is only for graph connectivity.

Outputs

Output
array[json]
One output item per event within the time window. Each item is a JSON object with the following fields:
FieldDescription
idGoogle Calendar event ID.
statusEvent status (for example, confirmed, tentative, or cancelled).
html_linkLink to the event in Google Calendar.
createdRFC3339 timestamp for when the event was created.
updatedRFC3339 timestamp for the last update time.
summaryEvent title.
descriptionEvent description text.
locationEvent location string.
startStart time object containing date, date_time, and time_zone when available.
endEnd time object containing date, date_time, and time_zone when available.
organizerOrganizer object containing email, display_name, and self when available.
creatorCreator object containing email, display_name, and self when available.
attendeesArray of attendee objects containing email, display_name, response_status, optional, organizer, and self when available.
recurring_event_idID of the recurring series this event belongs to, when applicable.
event_typeEvent type string, when provided by Google Calendar.