Skip to main content
Glama

update_event_tool

Modify existing Google Calendar events by updating details like title, time, location, attendees, or description through the Apps Script MCP server.

Instructions

Update an existing calendar event.

Args: user_google_email: The user's Google email address event_id: The event ID to update calendar_id: Calendar ID (default: 'primary') summary: New event title (optional) start_time: New start time in ISO format (optional) end_time: New end time in ISO format (optional) description: New description (optional) location: New location (optional) attendees: New comma-separated list of attendee emails (optional) all_day: If True and updating times, use date format

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_google_emailYes
event_idYes
calendar_idNoprimary
summaryNo
start_timeNo
end_timeNo
descriptionNo
locationNo
attendeesNo
all_dayNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sam-ent/appscript-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server