Google Super
GOOGLESUPER_EVENTS_MOVE
Moves an event to another calendar, i.e., changes an event's organizer.
Remote googlesuper
Other tools also called GOOGLESUPER_EVENTS_MOVE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"event_id": {
"type": "string",
"title": "Event Id",
"examples": [
"7cbh8j70fer2s71jgm1bmeb0f1"
],
"description": "Event identifier. To retrieve event identifiers call the events.list method."
},
"calendar_id": {
"type": "string",
"title": "Calendar Id",
"examples": [
"primary"
],
"description": "Calendar identifier of the source calendar. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the \"primary\" keyword."
},
"destination": {
"type": "string",
"title": "Destination",
"examples": [
"secondaryCalendarId"
],
"description": "Calendar identifier of the destination calendar. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the \"primary\" keyword."
},
"send_updates": {
"type": "string",
"title": "Send Updates",
"default": null,
"pattern": "^(all|externalOnly|none)$",
"examples": [
"all",
"externalOnly",
"none"
],
"nullable": true,
"description": "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. This is the default value if left unspecified."
}
}
}