Skip to content
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

URL Support? #91

Open
jhoek opened this issue Nov 22, 2024 · 2 comments
Open

URL Support? #91

jhoek opened this issue Nov 22, 2024 · 2 comments

Comments

@jhoek
Copy link

jhoek commented Nov 22, 2024

Judging from #30 and #59 (both closed), it would appear that URLs should be supported in the JSON that reminders-cli exports. However, so far I haven't been successful in exporting the URLs of my reminders. Am I doing something wrong? If not, would you please consider adding the URL field to the JSON output?

Many thanks in advance for considering my suggestion.

@keith
Copy link
Owner

keith commented Nov 22, 2024

for some reason url specifically always returns nothing, we already try to add it to the json

// url field is nil
// https://developer.apple.com/forums/thread/128140

I think we'd have to search for some private api to make this work (I tried URL and URLString and both return nil)

@keith
Copy link
Owner

keith commented Nov 22, 2024

FWIW I use the private REMReminder class in another private project and it works fine for this kinda thing. They have a separate attachments list which can return multiple URLs, which is I assume why this single URL property returns nothing

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

No branches or pull requests

2 participants