Create a calendar
create_calendarCreate a new secondary calendar owned by the user. Provide a summary as the calendar name and optionally specify an account.
Instructions
Create a new secondary calendar owned by the user.
Args: summary: Name for the new calendar, e.g. 'Client work'. account: Account name from 'calendar-mcp accounts'; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| summary | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Calendar ID. Pass this as calendar_id to other tools. | |
| primary | No | True for the user's main calendar (also addressable as 'primary'). | |
| summary | No | Calendar name. | |
| time_zone | No | IANA timezone of the calendar, e.g. 'Europe/Berlin'. | |
| access_role | No | The user's role: 'owner', 'writer', 'reader', 'freeBusyReader'. | |
| description | No | Calendar description. |