Skip to content

making the UUID a first-class citizen #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cromulus
Copy link

every list and every reminder has a unique id.

This PR displays those values when --format json is used, and allows the ID to be an argument for the list and reminder.

we also return the unique ID and the list ID when a reminder is created.

@cromulus
Copy link
Author

Just wanted to bump this: using uuid as a first class citizen in the cli will help substantially with integrating this into other applications!

Thanks!

@cromulus
Copy link
Author

cromulus commented Jan 22, 2025

Another reason why having the UUID as a first class citizen: it means we can LINK TO A REMINDER

https://www.reddit.com/r/shortcuts/comments/bc5h9a/comment/l2nf9pd/

x-apple-reminderkit://REMCDReminder/{UUID is here}

FYI, the code builds and runs, and only adds a few json fields when --format json is added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant