Skip to main content
Glama

macOS Calendar MCP Server

by xybstone

list-week-events

Retrieve and display all calendar events for a specified week directly from macOS Calendar. Specify the start date and calendar name to filter results efficiently.

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" }
Install Server

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