Skip to main content
Glama

macOS Calendar MCP Server

by xybstone

list-week-events

Retrieve events for a specific week from the macOS Calendar app. Input the week start date and optional calendar name to list scheduled events directly without OAuth setup.

Instructions

列出指定周的事件

Input Schema

NameRequiredDescriptionDefault
calendarNo日历名称工作
weekStartYes周开始日期,格式:YYYY-MM-DD

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "calendar": { "default": "工作", "description": "日历名称", "type": "string" }, "weekStart": { "description": "周开始日期,格式:YYYY-MM-DD", "type": "string" } }, "required": [ "weekStart" ], "type": "object" }

Other Tools from macOS Calendar MCP Server

Related Tools

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