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'
Installs
5
Repository
szoloth/skills
First Seen
Jun 30, 2026
calendar-manager — szoloth/skills