Enhance calendar CLI: add search, date, range, month commands

This commit is contained in:
Hoid 2026-02-18 07:38:57 +00:00
parent 2206332ff0
commit 27d8f16313
2 changed files with 105 additions and 7 deletions

View file

@ -141,6 +141,12 @@ calendar today # Today's events (default)
calendar tomorrow # Tomorrow's events
calendar week # Next 7 days
calendar next # Next 14 days
calendar month # Next 30 days
calendar date 2026-02-20 # Events on a specific date
calendar 2026-02-20 # Shorthand for date
calendar range 2026-02-18 2026-02-25 # Date range
calendar search dentist # Search by name/location (next 90 days)
calendar search rpg 180 # Search with custom day range
```
- Credentials: `.credentials/services.env` (NEXTCLOUD_URL, NEXTCLOUD_USER, NEXTCLOUD_PASS, CALDAV_CALENDAR)