Google Calendar move event to another calendar

Outlook supports the use of multiple calendars, each with its own color scheme, to let you keep separate schedules for different clients, projects or teams. The software offers a great deal of flexibility when it comes to viewing and managing these calendars: you can have several calendars up on screen at once for comparison purposes, and quickly copy and move appointments from one calendar to another when necessary. Appointments keep the same date, time and other properties when moved between calendars.

  1. Launch Outlook and choose "Calendar" from the navigation bar along the bottom. Select the relevant calendar from the left-hand pane.

  2. Click-and-hold (or tap-and-hold) the appointment you wish to move and drag it to a different calendar in the list on the left.

  3. Double-click (or double-tap) on an appointment and choose "File" then "Move to Folder" as an alternative way of sending an appointment to a different calendar. The item's properties (such as category and recurrence) can also be modified from the ribbon menu if necessary.

  • Home
  • Guides
  • Reference
  • Support

Stay organized with collections Save and categorize content based on your preferences.

Moves an event to another calendar, i.e. changes an event's organizer. Try it now or see an example.

Request

HTTP request

POST https://www.googleapis.com/calendar/v3/calendars/calendarId/events/eventId/move

Parameters

Parameter nameValueDescription
Path parameters
calendarId string Calendar identifier of the source calendar where the event currently is on.
eventId string Event identifier.
Required query parameters
destination string Calendar identifier of the target calendar where the event is to be moved to.
Optional query parameters
sendNotifications boolean 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 string Guests who should receive notifications about the change of the event's organizer.

Acceptable values are:

  • "all": Notifications are sent to all guests.
  • "externalOnly": Notifications are sent to non-Google Calendar guests only.
  • "none": No notifications are sent. For calendar migration tasks, consider using the Events.import method instead.

Authorization

This request requires authorization with at least one of the following scopes:

Scope
https://www.googleapis.com/auth/calendar
https://www.googleapis.com/auth/calendar.events

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns an Events resource in the response body.

Examples

Note: The code examples available for this method do not represent all supported programming languages (see the client libraries page for a list of supported languages).

Java

Uses the Java client library.

import com.google.api.services.calendar.Calendar;
import com.google.api.services.calendar.model.Event;

// ...

// Initialize Calendar service with valid OAuth credentials
Calendar service = new Calendar.Builder(httpTransport, jsonFactory, credentials)
    .setApplicationName("applicationName").build();

// Move an event to another calendar
Event updatedEvent =
    service.events().move('primary', "eventId", "destinationCalendarId").execute();

System.out.println(updatedEvent.getUpdated());

Python

Uses the Python client library.

# First retrieve the event from the API.
updated_event = service.events().move(
    calendarId='primary', eventId='eventId',
    destination='destinationCalendarId').execute()

# Print the updated date.
print updated_event['updated']

PHP

Uses the PHP client library.

$result = $service->events->move('primary', 'eventId', 'destinationCalendarId');

// Print the updated date.
echo $result->getUpdated();

Ruby

Uses the Ruby client library.

result = client.move_event('primary', 'eventId', 'destinationCalendarId')
print result.updated

Try it!

Use the APIs Explorer below to call this method on live data and see the response.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-06-29 UTC.

[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"Missing the information I need" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"Too complicated / too many steps" },{ "type": "thumb-down", "id": "outOfDate", "label":"Out of date" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"Samples / code issue" },{ "type": "thumb-down", "id": "otherDown", "label":"Other" }] [{ "type": "thumb-up", "id": "easyToUnderstand", "label":"Easy to understand" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"Solved my problem" },{ "type": "thumb-up", "id": "otherUp", "label":"Other" }]

Can you move events from one Google Calendar to another?

To move an event from one calendar to another, you must be the organizer of a Google Calendar event. You must also have edit access to the calendar you move the event to. When you move an event, you add the event's organizers to the new calendar and remove organizers from the old calendar.

How do I move multiple events from one Google Calendar to another?

Click the gear button in the top menu bar, then click Settings. Click Import & Export in the settings, and you'll find the Import option. Select the file you just exported from the other calendar, then choose the calendar you'd like to import the dates to. You've now imported all of your events.

How do I add events to other calendars in Google Calendar?

Create an event in a shared calendar.
On your computer, open Google Calendar..
At the top left, click Create ..
Add a title and any event details..
At the bottom, click on the calendar name next to Calendar ..
Next to the calendar name, click the Down arrow. . ... .
Select your preferred calendar..
Click Save..

How do I move calendar from one calendar to another?

To copy the items, use the keyboard shortcut, Ctrl+C. Select the destination folder. To paste the items correctly, the destination folder must be a calendar folder. To paste the items, use the keyboard shortcut, Ctrl+V.