Node referenceCalendar
CALENDAR_RESPOND_TO_INVITE
Accept/decline/tentatively respond to a calendar invite.
What it does
Accept/decline/tentatively respond to a calendar invite.
Inputs & outputs
| Input handle |
|---|
| eventId |
| response |
| Output handle |
|---|
| eventId |
Configuration
| Name | Type | Required |
|---|---|---|
| calendarGrantId | string | Yes |
| calendarId | string | No |
Example
Example
After a SLACK_APPROVAL node returns approved: true, a downstream CALENDAR_RESPOND_TO_INVITE automatically accepts a pending invite on behalf of the connected account. Wire eventId from the pending invite (retrieved earlier by CALENDAR_LIST_EVENTS), and set response → "accepted". If the SLACK_APPROVAL was rejected, the alternative branch sets response → "declined". Valid values for response are "accepted", "declined", and "tentative". The node returns the updated eventId on success.