Skip to main content
Glama

macOS Calendar MCP Server

by xybstone

create-batch-events

Automate the creation of multiple calendar events on macOS Calendar using a structured input array, eliminating manual entry and ensuring efficient scheduling with a single command.

Instructions

批量创建事件

Input Schema

NameRequiredDescriptionDefault
calendarNo目标日历工作
eventsYes事件列表

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "calendar": { "default": "工作", "description": "目标日历", "type": "string" }, "events": { "description": "事件列表", "items": { "properties": { "description": { "default": "", "type": "string" }, "endDate": { "type": "string" }, "location": { "default": "", "type": "string" }, "startDate": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "startDate", "endDate" ], "type": "object" }, "type": "array" } }, "required": [ "events" ], "type": "object" }

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/xybstone/macos-calendar-mcp'

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