apple-calendar

Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "apple-calendar" with this command: npx skills add sundial-org/awesome-openclaw-skills/sundial-org-awesome-openclaw-skills-apple-calendar

Apple Calendar

Interact with Calendar.app via AppleScript. Run scripts from: cd {baseDir}

Commands

CommandUsage
List calendarsscripts/cal-list.sh
List eventsscripts/cal-events.sh [days_ahead] [calendar_name]
Read eventscripts/cal-read.sh <event-uid> [calendar_name]
Create eventscripts/cal-create.sh <calendar> <summary> <start> <end> [location] [description] [allday] [recurrence]
Update eventscripts/cal-update.sh <event-uid> [--summary X] [--start X] [--end X] [--location X] [--description X]
Delete eventscripts/cal-delete.sh <event-uid> [calendar_name]
Search eventsscripts/cal-search.sh <query> [days_ahead] [calendar_name]

Date Format

  • Timed: YYYY-MM-DD HH:MM
  • All-day: YYYY-MM-DD

Recurrence

PatternRRULE
Daily 10xFREQ=DAILY;COUNT=10
Weekly M/W/FFREQ=WEEKLY;BYDAY=MO,WE,FR
Monthly 15thFREQ=MONTHLY;BYMONTHDAY=15

Output

  • Events/search: UID | Summary | Start | End | AllDay | Location | Calendar
  • Read: Full details with description, URL, recurrence

Notes

  • Read-only calendars (Birthdays, Holidays) can't be modified
  • Calendar names are case-sensitive
  • Deleting recurring events removes entire series

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ontology

No summary provided by upstream source.

Repository SourceNeeds Review
General

exa-web-search-free

No summary provided by upstream source.

Repository SourceNeeds Review
General

stock-market-pro

No summary provided by upstream source.

Repository SourceNeeds Review
General

finance-news

No summary provided by upstream source.

Repository SourceNeeds Review