dull-bird/deeporbit · Archived

do.calendar

Export dated DeepOrbit Markdown tasks to a portable iCalendar file. Use when the user asks to link tasks to a calendar, export ICS, or view due and scheduled tasks in Apple, Google, Outlook, or another calendar app.

First seen Jul 21, 2026

Installation

$ npx skills add dull-bird/deeporbit --skill do.calendar

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dull-bird/deeporbit · top by installs.

npx skills add dull-bird/deeporbit

Browse all from dull-bird/deeporbit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,168 B
  • docs SUMMARY.md 234 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Export a Calendar

Run:

deeporbit --vault "<vault-path>" calendar export

The default output is 99_System/Calendar/DeepOrbit.ics. Re-exporting is deterministic, with a stable UID per task.

  • Tasks carrying ⏰ HH:MM export as timed events (one-hour DTSTART/DTEND) with a VALARM 10 minutes before start.
  • Date-only tasks stay all-day events with a 09:00 display alarm.
  • Completed or cancelled tasks are excluded.

Set expectations honestly: importing an ICS file is a snapshot, and subscribed-calendar VALARMs are ignored by mainstream clients (Outlook, Apple Calendar, Google Calendar) — the ICS gives calendar visibility, not reliable alerting. For actual notifications, point the user to deeporbit remind install (do.remind). Automatic updates require the calendar client to subscribe to the refreshed file; do not claim two-way sync and do not request OAuth credentials.