Move the specified event from a calendar to another specified calendar
POST {{baseUrl}}/calendars/:calId/events/:eventId/move?destination=<string>&sendUpdates=none
Moves an event to another calendar, such as changing an event's organizer.
Scopes:
calendar:write
,
calendar:write:admin
Rate Limit Label
:
HEAVY
Request Params
| Key | Datatype | Required | Description |
| destination
| string | | (Required) The calendar identifier of the target calendar where the event is to be moved. |
| sendUpdates
| string | | Whether to send notifications about the creation of the new event. Note that some emails might still be sent. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"start":{"date":"\u003cdate\u003e","dateTime":"\u003cdateTime\u003e","timeZone":"\u003cstring\u003e"},"end":{"date":"\u003cdate\u003e","dateTime":"\u003cdateTime\u003e","timeZone":"\u003cstring\u003e"},"attendees":[{"email":"\u003cemail\u003e","additionalGuests":"\u003cinteger\u003e","displayName":"\u003cstring\u003e","optional":"\u003cboolean\u003e","resource":"\u003cboolean\u003e","responseStatus":"needsAction"},{"email":"\u003cemail\u003e","additionalGuests":"\u003cinteger\u003e","displayName":"\u003cstring\u003e","optional":"\u003cboolean\u003e","resource":"\u003cboolean\u003e","responseStatus":"tentative"}],"colorId":"\u003cstring\u003e","description":"\u003cstring\u003e","guestsCanInviteOthers":"\u003cboolean\u003e","guestsCanModify":"\u003cboolean\u003e","guestsCanSeeOtherGuests":"\u003cboolean\u003e","location":"\u003cstring\u003e","recurrence":["\u003cstring\u003e","\u003cstring\u003e"],"reminders":{"useDefault":"\u003cboolean\u003e","overrides":[{"method":"popup","minutes":"\u003cinteger\u003e"},{"method":"popup","minutes":"\u003cinteger\u003e"}]},"status":"confirmed","summary":"\u003cstring\u003e","transparency":"opaque","visibility":"private","id":"\u003cstring\u003e","created":"\u003cstring\u003e","creator":{"email":"\u003cstring\u003e"},"organizer":{"email":"\u003cstring\u003e"},"kind":"\u003cstring\u003e","updated":"\u003cstring\u003e"}