·apple-calendar
>_

apple-calendar

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

52Installs·7Trend·@sundial-org

Installation

$npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill apple-calendar

How to Install apple-calendar

Quickly install apple-calendar AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill apple-calendar
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sundial-org/awesome-openclaw-skills.

SKILL.md

View raw

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

| List calendars | scripts/cal-list.sh | | List events | scripts/cal-events.sh [daysahead] [calendarname] | | Read event | scripts/cal-read.sh [calendarname] | | Create event | scripts/cal-create.sh [location] [description] [allday] [recurrence] | | Update event | scripts/cal-update.sh [--summary X] [--start X] [--end X] [--location X] [--description X] |

| Delete event | scripts/cal-delete.sh [calendarname] | | Search events | scripts/cal-search.sh [daysahead] [calendarname] |

Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support. Source: sundial-org/awesome-openclaw-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill apple-calendar
Category
>_Productivity
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from sundial-org/awesome-openclaw-skills

Quick answers

What is apple-calendar?

Apple Calendar.app integration for macOS. CRUD operations for events, search, and multi-calendar support. Source: sundial-org/awesome-openclaw-skills.

How do I install apple-calendar?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill apple-calendar Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sundial-org/awesome-openclaw-skills