Move an event to another calendar
move_eventMove an event to another calendar by copying it there and removing the original. Note that the event's existing ID changes, so use the listing tool to retrieve the new one.
Instructions
Copies an event into another calendar and removes it from the first. The content survives, the address does not: every id that named this event stops working, and a listing is needed to get the new one. The destination may be a calendar other people can see.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | An id from a listing tool. Not meant to be built by hand. | |
| confirm_token | No | Token from the first call of this tool. | |
| destination_calendar_id | Yes | A calendar id from list_calendars — its path. A full URL or the final path segment work too. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The new id. The one passed in is now invalid. | |
| to | Yes | ||
| from | Yes | ||
| moved | Yes |