Get Event Information

Use a calendar's Event ID get information about an event.

Options

Field Definition Type Required

Calendar

A dropdown list of available calendars from which to retrieve an event's information.

Dropdown

TRUE

Input

Field Definition Type Required

Event

Event ID

Unique ID of the event about which you want to get information.

Text

TRUE

Output

Field Definition Type

Fields

Type

Type of the event. This returns as calendar#event, as this is a calendar event.

Text

Event ID

Unique ID of the event from which you want to get information.

Text

Status

Status of the event. Optional. Possible values are:

  • confirmed: The event is confirmed. This is the default status.
  • tentative: The event is tentatively confirmed.
  • canceled: The event is canceled.

Text

Html Link

An absolute link to this event in the Google Calendar web interface.

Text

Created Time

Date and time at which the event was created in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.

Text

Updated Time

Date and time at which the event was last updated in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.

Text

Summary

Headline of the name for the calendar event.

Text

Description

Description of the event with details included for attendees.

Text

ICalUID

Event unique identifier as defined in RFC5545. It's used to uniquely identify events across calendaring systems and must be supplied when importing events through the import method.

ICalUID and id aren't 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 id values while they all share the icalUID

Text

Start Time

The date and time at which you want the event to start in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.

Text

End Time

The date and time at which you want the event to end in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.

Text

Location

Geographic location of the event as free-form text.

Text

Attendee Emails

The email addresses of guests that are invited to the event. This field can be left blank.

The event is on the calendar through which it was created.

Text

Reminders

Method

The method used to send a reminder. Options are popup or email.

Text

Minutes

Number of minutes that need to elapse before the reminder is issued. The range is from 1 to 40320.

Text

Recurring Events

Event ID

Event identifier.

Text

Recurring Event ID

Recurring event identifier.

Text

Summary

Title of the event.

Text

Start Time

Date and time at which you want the event to start in the format YYYY-MM-DDTHH:MM:SSZ / YYYY-MM-DDTHH:MM:SS+HH:MM (time Zone offset).

Text

End Time

Date and time at which you want the event to end in the format YYYY-MM-DDTHH:MM:SSZ / YYYY-MM-DDTHH:MM:SS+HH:MM (time Zone offset).

Text

Related topics

Google Calendar connector

Workflow elements

Google Calendar API documentation