calendar-manager
Installation
SKILL.md
Calendar Manager
Manage calendars using Apple Calendar via osascript. This is the source of truth - it aggregates both DreamWorks (work) and personal (smzoloth@gmail.com) calendars.
Why Apple Calendar?
- Single source of truth for all calendars (work + personal)
- No OAuth concerns for work calendar access
- Token efficient - osascript is fast and returns plain text
Available Calendars
Run this to see all calendars:
osascript -e 'tell application "Calendar" to get name of every calendar'