calendar_v3_move_event
Move a Google Calendar event from one calendar to another by specifying source and destination calendar IDs. This tool helps reorganize events across different calendars within your Google Calendar account.
Instructions
[Calendar API v3] Move a calendar event from one calendar to another
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ID of the event to move | |
| source_calendar_id | Yes | ID of the calendar where the event currently exists | |
| destination_calendar_id | Yes | ID of the calendar to move the event to |