Monitor New Events
Monitors for a new event added to a specific calendar.
Scopes
See Event cards for the list of required OAuth scopes needed by this card.
Options
Field | Definition | Type | Required |
---|---|---|---|
Calendar |
A dropdown list of your available calendars. |
Dropdown |
TRUE |
Output
Field | Definition | Type |
---|---|---|
Type |
Type of data returned. |
Text |
Event ID |
ID of the event. |
Text |
Status |
Status of the event. Possible values are:
|
Text |
Html Link |
Link to the calendar event. |
Text |
Created Time |
Date and time when the event was created. This is in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the time zone offset. |
Date & Time |
Updated Time |
Date and time when the event was last updated. This is in ISO format: YYYY-MM-DDThh:mm:ss+00:00. The +00:00 is the time zone offset. |
Date & Time |
Summary |
Title of the meeting. |
Text |
Description |
Description of the meeting. |
Text |
ICalUID |
Event unique identifier as defined in RFC5545. This is used to uniquely identify events across calendaring systems and must be supplied when importing events through the import method. The ICalUID and the id aren't identical and only one of them should be supplied at event creation time. One semantic difference is that, for recurring events, all occurrences of an event have different id values but they all share the ICalUID. |
Text |
Start Time |
Start time of the event. |
Date & Time |
End Time |
End time of the event. |
Date & Time |
Location |
Location of the event. |
Text |
Attendee Emails |
All the attendees that have been invited to the event, returned as a string of emails separated by commas. For example, test@company.com,test1@company.com. |
Text |
Reminders |
||
Method |
Method by which a reminder is sent. Possible values are popup or email. |
Text |
Minutes |
Amount of minutes that need to elapse before the reminder is issued. The valid 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. This is 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. This is in the format YYYY-MM-DDTHH:MM:SSZ / YYYY-MM-DDTHH:MM:SS+HH:MM (time zone offset). |
Text |