MacOS – URL-scheme details for Reminders application

macosremindersurl

The Reminders application understands the reminders: URL scheme, so that you can invoke it, for instance, from Terminal as open reminders: (use of // is optional).

What I'm looking for is documentation of further elements of this scheme. Specifically, I want to construct URLs that allow me to do the following:

  • open a specific list
  • open a specific reminder

I've tried things like reminders:74771907-EA34-4848-A935-0C839AE123CC using both list and reminder-item identifiers, but to no avail.


Update:
jeeyul's answer points out that Reminders-related URL schemes are undocumented, which would likely cause rejection of apps that use them when submitted to the OSX/iOS App Store.
For private use, however, this is not an issue.

See:

Best Answer

I don't know the details of URL scheme. However the scheme is x-apple-reminder not reminders It can launch reminder app at least.

However the host and path rule is not revealed yet. Reminder widget can open Reminder with specific EKReminder, So, there must be a scheme definition for it.

The scheme x-apple-reminder is undocumented, So using it should be rejected.