Monitor New Event
Monitors for a new event added to a specific calendar.
Options
- Calendar: A dropdown list of your available calendars.
Output Fields
- fields
- Type (text): the type of the event (e.g. calendar#event)
- EventId (text): the ID of the event
- Status (text):
- HtmlLink (text): a link to the calendar event
- CreatedTime (date): The date and time at which the event was created. Input needs to be in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.
- UpdatedTime (date): The date and time at which the event was last updated. Input needs to be in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the timezone offset.
- Summary (text): the title of the meeting
- Description (text): the description of the meeting
- ICalUID (text): the id of the event
- StartTime (text): the start time of the event
- EndTime (text): the end time of the event
- Location (text): the location of the event
- AttendeeEmails (text): All the attendees that have been invited to the event, given as a string of emails separated by commas. Ex: test@company.com,test1@company.com