Skip to main content
Glama

applescript-mcp

calendar_add

Add new events to macOS Calendar by specifying title, start time, and end time. Optionally assign a specific calendar for organization. Simplifies event creation using AppleScript.

Instructions

[Calendar operations] Add a new event to Calendar

Input Schema

NameRequiredDescriptionDefault
calendarNoCalendar name (optional)Calendar
endDateYesEnd date and time (YYYY-MM-DD HH:MM:SS)
startDateYesStart date and time (YYYY-MM-DD HH:MM:SS)
titleYesEvent title

Input Schema (JSON Schema)

{ "properties": { "calendar": { "default": "Calendar", "description": "Calendar name (optional)", "type": "string" }, "endDate": { "description": "End date and time (YYYY-MM-DD HH:MM:SS)", "type": "string" }, "startDate": { "description": "Start date and time (YYYY-MM-DD HH:MM:SS)", "type": "string" }, "title": { "description": "Event title", "type": "string" } }, "required": [ "title", "startDate", "endDate" ], "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/joshrutkowski/applescript-mcp'

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