Manage Apple Calendar events via $SKILLDIR/scripts/calendar.sh. All date handling uses relative math (current date + N days) to avoid locale issues (FR/EN/DE date formats).
Always list calendars first to find the correct calendar name:
| summary | yes | - | Event title | | calendar | no | first calendar | Calendar name (from list-calendars) | | description | no | "" | Event notes | | offsetdays | no | 0 | Days from today (0=today, 1=tomorrow, 7=next week) | | isodate | no | - | Absolute date YYYY-MM-DD (overrides offsetdays) | | hour | no | 9 | Start hour (0-23) |
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a deadline, or anything involving Apple Calendar on macOS. Triggers on requests like "remind me in 3 days", "add to my calendar", "schedule a meeting next Monday at 2pm", "create a recurring weekly event". macOS only. Source: lucaperret/agent-skills.