-
Notifications
You must be signed in to change notification settings - Fork 78
Feature request: support Apple's native Urgent toggle #79
Copy link
Copy link
Closed
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Description
Activity
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Type
Fields
Priority
None yet
Problem
remindctlcan set public EventKit alarms with--alarm, but that is not the same as the native Urgent toggle in Reminders.app.Reproduction
remindctl.--alarmto the due time.The reminder has an alarm notification, but the native Urgent switch remains off.
Requested capability
Please add a supported CLI option/API for the native Urgent state (for example
--urgentand--no-urgent) if Apple exposes a viable supported path. The README currently says the private Urgent toggle is not exposed by EventKit; if this cannot be implemented through public APIs, please document the limitation and any supported alternative clearly in the CLI output/docs.Tested with
remindctl 0.3.4on macOS, usingremindctl edit <id> --alarm "YYYY-MM-DD HH:mm".