| name | calendar-cli |
| description | Command-line calendar management using 'khal'. |
| metadata | {"navig":{"emoji":"📅","requires":{"bins":["khal"],"config":["khal.conf"]}}} |
Calendar CLI Skill
Manage your schedule, appointments, and agenda from the terminal using khal.
Core Commands
View Schedule
khal list
khal list today 7d
khal list 2024-03-25
Add Event
Natural language support for quick entry.
khal new "Lunch with Team tomorrow 12:00 to 13:00"
khal new -a work "Meeting with Client 14:00"
khal new
Edit & Delete
khal search "Lunch"
Integration with LifeOS
Combine with task-warrior for a complete daily plan:
- Run
khal list today to see hard landscape (meetings).
- Run
task next to fill gaps with soft landscape (todos).
Configuration
Requires configured ~/.config/khal/config pointing to local vdirsyncer directories or local ics files.