reschedule_event_occurrence
Move a single event occurrence to a new date without altering the recurring rule. The origin date is marked as dropped with a reference to the new date, and a fresh scheduled entry is created on the target date.
Instructions
Move a single event occurrence to new_date without touching the RRULE.
event_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL
— and is resolved to a UUID before the reschedule.
The origin date's row is marked Dropped (with
rescheduled_to=new_date); a fresh Scheduled row lands on
the target date (with rescheduled_from=origin_date). 400 if
new_date equals the origin date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| date | Yes | ||
| new_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |