EzFlowEzFlow Docs
Node referenceCalendar

CALENDAR_UPDATE_EVENT

Update/reschedule an existing calendar event.

What it does

Update/reschedule an existing calendar event.

Inputs & outputs

Input handle
eventId
title
description
location
start
end
attendees
Output handle
eventId
htmlLink

Configuration

NameTypeRequired
calendarGrantIdstringYes
calendarIdstringNo

Example

Example

A rescheduling webhook arrives with a new time slot. Retrieve eventId from the original booking stored in a Database node, then set only start and end to the new ISO 8601 timestamps — all other fields are left blank because only provided fields are patched. The node returns the updated eventId and htmlLink. Chain SEND_MAIL to notify attendees of the new time using htmlLink as the updated calendar link.

On this page