Move an event between calendars
move_eventMove a Google Calendar event from one calendar to another within the same account; use create and delete for different accounts.
Instructions
Move an event to a different calendar on the SAME account. Google cannot move an event between two different Google accounts; to do that, create it on the target account and delete the original.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The account id to act on, e.g. "work" or "personal". Required whenever more than one account could apply. | |
| event_id | Yes | ||
| to_calendar | Yes | Destination calendar id, on the same account. | |
| from_calendar | Yes | Calendar id the event is currently on. |