Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.
.claude/skills/sundial-org-apple-calendar/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 69% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -56% | 0% |
Interact with Calendar.app via AppleScript. Run scripts from: cd {baseDir}
| Command | Usage | |---------|-------| | List calendars | scripts/cal-list.sh | | List events | scripts/cal-events.sh [days_ahead] [calendar_name] | | Read event | scripts/cal-read.sh <event-uid> [calendar_name] | | Create event | scripts/cal-create.sh <calendar> <summary> <start> <end> [location] [description] [allday] [recurrence] | | Update event | scripts/cal-update.sh <event-uid> [--summary X] [--start X] [--end X] [--location X] [--description X] | | Delete event | scripts/cal-delete.sh <event-uid> [calendar_name] | | Search events | scripts/cal-search.sh <query> [days_ahead] [calendar_name] |
YYYY-MM-DD HH:MMYYYY-MM-DD| Pattern | RRULE | |---------|-------| | Daily 10x | FREQ=DAILY;COUNT=10 | | Weekly M/W/F | FREQ=WEEKLY;BYDAY=MO,WE,FR | | Monthly 15th | FREQ=MONTHLY;BYMONTHDAY=15 |
UID | Summary | Start | End | AllDay | Location | CalendarOther measured skills in the registry, with their headline benchmark lift.