deleteCalendar
Remove a specific calendar from Apple Calendar using the calendar ID. This tool enables precise management of calendar data on macOS through the MCP Apple Calendars server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
calendarId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"calendarId": {
"type": "string"
}
},
"required": [
"calendarId"
],
"type": "object"
}