-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
When creating a reminder with only a date (e.g., --due 2026-01-16 or --due today), remindctl sets the time to midnight (00:00). However, Apple Reminders supports "all-day" reminders that have a date but no specific time.
Current behavior:
remindctl add "Test reminder" --due 2026-01-16
# Result: Jan 16, 2026 at 0:00
Expected behavior:
A way to create all-day reminders without a specific time, matching the native Apple Reminders behavior when you set a due date without checking "Add Time".
Suggested solutions:
- Add an --all-day flag:
remindctl add "Test" --due 2026-01-16 --all-day - Or make date-only inputs default to all-day (no time), requiring explicit time for timed reminders: --due "2026-01-16 09:00"
Use case:
When adding daily tasks/todos, users often want them associated with a day rather than a specific time. The current midnight default can be confusing, especially across timezones.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels