keith / reminders-cli

A simple CLI for interacting with macOS reminders
MIT License
684 stars 53 forks source link

list item order #7

Closed cades closed 4 years ago

cades commented 6 years ago

I found even list items are reordered, reminders show list-name still order items by created timestamp. could it order as Reminders.app does?

cades commented 6 years ago

here's the related code. maybe we can support an option to decide which order to use?

keith commented 6 years ago

Interesting. Do you know what key they're ordering by? Priority maybe? https://developer.apple.com/documentation/eventkit/ekreminder

keith commented 4 years ago

If someone wants to take a stab at this that would be fine with me!