apple-calendar
v0.3.0Use macOS Calendar through local EventKit and Python helpers with agenda, search, update, reminder, recurrence, and ICS commands.
By mattyLicense: MIT1.1k GitHub starsUpdated 16 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install apple-calendar for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add apple-calendar@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “apple-calendar” remain stable.
- Codex:
apple-calendar@agent-plugin-marketplace→apple-calendar@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/matk0shub/apple-productivity-mcp/.
Plugin files
├── .codex-plugin/plugin.json├── skills/apple-calendar/SKILL.md└── .mcp.json
Included Skills1
Read and create Calendar.app events through a local macOS helper. Use when the user wants to inspect Apple Calendar calendars, summarize a day, check upcoming events, or create a new Calendar.app event from Codex.
MCP servers1
- command
- /usr/bin/python3
- args
- __REPO_ROOT__/mcp/apple-productivity/server/apple_productivity_mcp.py
Plugin manifests1
{
"name": "apple-calendar",
"version": "0.3.0",
"description": "Use macOS Calendar through local EventKit and Python helpers with agenda, search, update, reminder, recurrence, and ICS commands.",
"author": {
"name": "matty",
"email": "noreply@localhost",
"url": "https://github.com/matk0shub"
},
"homepage": "https://github.com/matk0shub/apple-productivity-mcp/tree/main/plugins/apple-calendar",
"repository": "https://github.com/matk0shub/apple-productivity-mcp",
"license": "MIT",
"keywords": [
"apple-calendar",
"calendar",
"macos",
"applescript",
"productivity"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Apple Calendar",
"shortDescription": "Read, search, update, and manage Calendar events on macOS",
"longDescription": "Use a local Apple Calendar skill and helper script to list calendars, summarize today or tomorrow, find free time, search events by title and day, update event details, manage reminders, export and import .ics files, and create, delete, or repeat Calendar events from Codex on macOS.",
"developerName": "matty",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/matk0shub/apple-productivity-mcp/tree/main/plugins/apple-calendar",
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
"defaultPrompt": [
"Show my Apple Calendar agenda for today.",
"Find free time in my personal calendars this afternoon.",
"Add a Home calendar event tomorrow at 3 PM if the slot is free."
],
"brandColor": "#D94F45",
"composerIcon": "[TODO: ./assets/icon.png]",
"logo": "[TODO: ./assets/logo.png]",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[apple-calendar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/apple-calendar)