reschedule_event
Move a calendar event to a new time, keeping title, attendees, location, and video link unchanged. Optionally email attendees about the new time.
Instructions
Reschedule one event to a new time window (the core "move this call" action).
connection_id from list_connections; calendar_id from list_calendars; event_id is the event's provider_event_id from get_agenda. For a recurring meeting, pass the specific occurrence's id (get_agenda returns each occurrence separately) to move just that one. start_iso / end_iso are ISO-8601 datetimes. Only the time changes: title, attendees, location, and the video link are preserved. notify=True (default) emails the attendees about the new time. Returns {event: {...}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | No | ||
| end_iso | Yes | ||
| event_id | Yes | ||
| start_iso | Yes | ||
| calendar_id | Yes | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||