google_calendar_set_default

Set a specific calendar ID as the default for Google Calendar operations using the Google MCP server.

Instructions

Set the default calendar ID for operations

Input Schema

NameRequiredDescriptionDefault
calendarIdYesThe ID of the calendar to set as default

Input Schema (JSON Schema)

{ "properties": { "calendarId": { "description": "The ID of the calendar to set as default", "type": "string" } }, "required": [ "calendarId" ], "type": "object" }
ID: opwf6bop3j