AI Agent Hub
Back to plugins
🧰

dsh-macos-calendar

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install nicecx/dsh-macos-calendar

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install nicecx/dsh-macos-calendar in your terminal to install this plugin, available at https://github.com/nicecx/dsh-macos-calendar .

About this plugin

Many calendar plugins in the DeepSeek Harness ecosystem only schedule Agent runs inside the web UI, so events never leave the app. dsh-macos-calendar bridges that gap by driving EventKit via AppleScript, letting Agent-generated schedules land as real macOS Calendar events that sync to iCloud and appear on every device you own.

The four tools cover the full read-write cycle: list all calendar names, create an event with title, start and end time, notes, and alert minutes, query upcoming events for any calendar over a window of N days, and delete events by title keyword. Because the tools run inside the dsh web host process, a single macOS Automation permission grant is all that is needed, with no per-session approval prompts afterward.

This plugin suits macOS users who already run DeepSeek Harness and want their Agent to manage a genuine system calendar: auto-filling meeting slots, pruning stale entries, or pulling a week-ahead agenda on demand. No extra dependencies beyond Node 22+ and the standard System Settings Privacy and Security Automation toggle.

Use Cases

  • Auto-fill meeting slots into the native macOS Calendar via Agent
  • Query upcoming calendar events over a sliding window of N days
  • Bulk-delete stale calendar entries by title keyword

Best For

  • macOS developers who run DeepSeek Harness daily
  • Users who want Agent output to land in a real system calendar, not just the web UI
  • Mac users who rely on iCloud Calendar sync across multiple devices