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
Name | Required | Description | Default |
---|---|---|---|
calendarId | Yes | The 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"
}