transfer_calendar_event
Transfer a calendar event to a new organizer by updating the organizer field and adding the destination user as an organizer-level attendee. Requires confirmation to execute.
Instructions
Transfers a calendar event from one user to another.
Note: GAM7 v7.31.03+ removed the direct calendar transfer command
due to Calendar API changes. This tool will update the event's organizer field
and add the destination user as an organizer-level attendee.
WARNING: The Meet link may break if the original organizer leaves the org.
Args:
source_user_email: The original organizer of the event.
destination_user_email: The new organizer for the event.
event_id: The ID of the calendar event.
confirmed: Must be True to execute. If False, returns a preview.
GAM pattern:
gam calendar <source_user_email> update event id <event_id>
organizer <destination_user_email>
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| confirmed | No | ||
| source_user_email | Yes | ||
| destination_user_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |