Skip to main content
Glama

macOS Calendar MCP Server

by xybstone

fix-event-times

Adjust incorrect event times in macOS Calendar by specifying new start and end times based on keywords and date patterns. Integrates directly with the calendar app using MCP Server.

Instructions

修正错误的事件时间(从凌晨修正到正确时间)

Input Schema

NameRequiredDescriptionDefault
calendarYes日历名称工作
correctionsYes时间修正列表
datePatternYes目标日期模式,如:2025-07-10

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "calendar": { "default": "工作", "description": "日历名称", "type": "string" }, "corrections": { "description": "时间修正列表", "items": { "properties": { "keyword": { "description": "事件关键词", "type": "string" }, "newEndTime": { "description": "新结束时间 HH:MM", "type": "string" }, "newStartTime": { "description": "新开始时间 HH:MM", "type": "string" } }, "required": [ "keyword", "newStartTime", "newEndTime" ], "type": "object" }, "type": "array" }, "datePattern": { "description": "目标日期模式,如:2025-07-10", "type": "string" } }, "required": [ "calendar", "datePattern", "corrections" ], "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