v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-133839143.7 KB
events

Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; birthday, focusTime, fromGmail, outOfOffice and workingLocation events cannot be moved.

post/calendars/{calendarId}/events/{eventId}/move

Path parameters

calendarIdstring required

Calendar identifier of the source calendar where the event currently is on.

eventIdstring required

Event identifier.

Query parameters

destinationstring required

Calendar identifier of the target calendar where the event is to be moved to.

sendNotificationsboolean

Deprecated. Please use sendUpdates instead.

Whether to send notifications about the change of the event's organizer. Note that some emails might still be sent even if you set the value to false. The default is false.

sendUpdates'all' | 'externalOnly' | 'none'

Guests who should receive notifications about the change of the event's organizer.

Response

Successful response