Install
openclaw skills install apple-calendar-opsRead, create, update, and delete Apple Calendar events via CalDAV. Use when the user wants to inspect calendars or events, add a calendar event, change an ex...
openclaw skills install apple-calendar-opsThis skill is the Apple Calendar operation layer.
It handles stable calendar reads and writes. It does not do high-level scheduling, cross-system planning, or task prioritization.
Use this skill for concrete Apple Calendar operations:
Do not use this skill to decide how the day should be planned. That belongs to a higher-level task/orchestrator.
Default stance:
Credentials should come from /home/agent/.openclaw/workspace/secrets.json.
Read references/boundary.md before changing the skill's scope.
Read references/event-contract.md before writing or consuming event JSON.
python3 /home/agent/.openclaw/workspace/skills/apple-calendar-ops/scripts/calendar_fetch.py --list-calendars
python3 /home/agent/.openclaw/workspace/skills/apple-calendar-ops/scripts/calendar_fetch.py \
--start 2026-03-12T00:00:00+08:00 \
--end 2026-03-13T00:00:00+08:00
python3 /home/agent/.openclaw/workspace/skills/apple-calendar-ops/scripts/calendar_create.py \
--calendar "Calendar" \
--title "Example event" \
--start 2026-03-12T14:00:00+08:00 \
--end 2026-03-12T15:00:00+08:00 \
--dry-run
scripts/calendar_common.py — shared config, secret loading, and JSON helpersscripts/calendar_fetch.py — list calendars and fetch eventsscripts/calendar_create.py — create an eventscripts/calendar_update.py — update an eventscripts/calendar_delete.py — delete an eventreferences/boundary.md — scope and non-goalsreferences/event-contract.md — normalized event shape for all scriptsVersion 1 should make Apple Calendar readable and safely writable.
That means: