Using a calendar Event ID get information about the event.

Options

  • Calendar (dropdown list): A dropdown list of your available calendars on which to create the calendar event.

Input Fields

Any additional information that should be known about the input fields, i.e., there is something very different about these input fields relative to other input fields.

  • event
    • EventId (text): Unique ID of the event from which you want to get information.

Output Fields

  • fields
    • Type (type): the type of the event - will most often return as “calendar#event” given that this is a calendar event.
    • EventId (text): Unique ID of the event from which you want to get information.
    • Status (text): 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.
    • HtmlLink (URL): An absolute link to this event in the Google Calendar Web UI. Read-only.
    • Created Time (date): The 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.
    • Updated Time (date): The 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.
    • Summary (text): The headline of the name for the calendar event.
    • Description (text): The description of the event with details included for attendees to see.
    • ICalUID (text): 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
    • Start Time (date): 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.
    • End Time (date): 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.
    • Location (text): Geographic location of the event as free-form text. Optional.
    • Attendee Emails (email address(s)): 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.
    • Reminders (object): Information about the event’s reminders for the authenticated user.