Get Event Information

Use a calendar 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. String TRUE

Output

Field Definition Type
Fields
Type Type of the event. This will most often return as calendar#event given that this is a calendar event. String
Event ID Unique ID of the event from which you want to get information. String
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.

String
Html Link An absolute link to this event in the Google Calendar Web UI. String
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. String
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. String
Summary Headline of the name for the calendar event. String
Description Description of the event with details included for attendees. String
ICalUID 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

ICalUID and 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

String
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. String
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. String
Location Geographic location of the event as free-form text. String
Attendee Emails The email addresses of guests that are invited to the event. This field can be left blank.
Note

The event will be on the calendar through which it was created.

String
Reminders
Method Method by which a reminder is sent; options are popup or email. String
Minutes Amount of minutes that need to elapse before the reminder is issued; range is from 1 to 40320. String
Recurring Events
Event ID Event identifier. String
Recurring Event ID Recurring event identifier. String
Summary Title of the event. String
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). String
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). String

Related topics

Google Calendar connector

Workflow elements

Google Calendar API documentation