MoveEvent
Moves an event from one calendar to another using the Google Calendar Events.move API.
Input
| Name | Type | Required | Description |
| CalendarId | String | True | The source calendar identifier. |
| EventId | String | True | The identifier of the event to move. |
| Destination | String | True | The destination calendar identifier. |
| SendUpdates | String | False | Guests who should receive notifications about the move. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation was successful. |