Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions internal/cmd/calendar.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ type CalendarEventsCmd struct {
CalendarID string `arg:"" name:"calendarId" optional:"" help:"Calendar ID (default: primary)"`
Cal []string `name:"cal" help:"Calendar ID or name (can be repeated)"`
Calendars string `name:"calendars" help:"Comma-separated calendar IDs, names, or indices from 'calendar calendars'"`
From string `name:"from" help:"Start time (RFC3339, date, or relative: today, tomorrow, monday)"`
To string `name:"to" help:"End time (RFC3339, date, or relative)"`
From string `name:"from" help:"Start time (RFC3339 with timezone, e.g. 2026-01-02T00:00:00-08:00)"`
To string `name:"to" help:"End time (RFC3339 with timezone, e.g. 2026-01-02T23:59:59-08:00)"`
Today bool `name:"today" help:"Today only (timezone-aware)"`
Tomorrow bool `name:"tomorrow" help:"Tomorrow only (timezone-aware)"`
Week bool `name:"week" help:"This week (uses --week-start, default Mon)"`
Expand Down