A text-based calendar and scheduling application. Use strictly for CLI-based calendar management.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill terminal-calendar-scheduling-app --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Terminal Calendar Scheduling App?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-terminal-calendar-scheduling-app)More formats (shields.io, HTML) on the badges page.
---
name: terminal-calendar-scheduling-app
description: "A text-based calendar and scheduling application. Use strictly for CLI-based calendar management."
category: "Productivity"
author: community
version: "1.0.0"
icon: check-square
---
# calcurse
A text-based calendar and scheduling application.
## Usage (CLI Mode)
Use `calcurse` in non-interactive mode for quick queries and updates.
### Query
List appointments for the next 2 days:
```bash
calcurse -r2
```
Query a specific date range:
```bash
calcurse -Q --from 2026-01-20 --to 2026-01-22
```
### Add Items
Add an appointment:
```bash
calcurse -a "Meeting with Team" 2026-01-21 14:00 60
```
(Format: Description, Date, Time, Duration in mins)
Add a todo:
```bash
calcurse -t "Buy milk" 1
```
(Format: Description, Priority)
## Interactive Mode (TUI)
For the full TUI experience, run in a PTY session (e.g., inside `tmux` or using `process` with `pty=true`).
```bash
calcurse
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!