Automating Calendar
Skriptet macOS Calendar via JXA/PyXA/EventKit mit AppleScript-dictionary discovery first.
Getestet · Funktioniert
Was es kann
Automatisiert macOS Calendar.app through JXA, PyXA, and the EventKit ObjC bridge, starting from AppleScript dictionary discovery in Script Editor. Triggers on requests to create/batch-manage calendar events, handle recurrence and time zones, or do EventKit automation. Explicitly opts out for Google Calendar/CalDAV and non-macOS targets.
Testbericht
Following the workflow turned a bare 6-line JXA event-creation snippet into one that checks Calendar.calendars.length before writing, verifies event.id() after, and wraps the whole thing in try/catch pointing at the exact System Settings permission pane on failure.
Getestet am: 2026-07-14 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/SpillwaveSolutions/automating-mac-apps-plugin cd automating-mac-apps-plugin mkdir -p ~/.claude/skills cp -r plugins/automating-mac-apps-plugin/skills/automating-calendar ~/.claude/skills/automating-calendar
Befehle & Beispiel-Prompts
/automating-calendarSkriptet macOS Calendar via JXA/PyXA/EventKit mit AppleScript-dictionary discovery first.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Create a recurring calendar event every Monday at 9am using JXA.Automate my macOS Calendar to add these events in bulk please.Help me discover the AppleScript dictionary for Calendar.app.