raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.31k stars 3.01k forks source link

[Apple Reminders] Limit of 1000 reminder #11392

Open syeod opened 7 months ago

syeod commented 7 months ago

Extension

https://www.raycast.com/raycast/apple-reminders

Description

With the limit of 1000 reminders, when using the search field some reminders are missing if you have more than 1000.

Steps To Reproduce

With the limit of 1000 reminders, when using the search field some reminders are missing if you have more than 1000.

Current Behaviour

No response

Expected Behaviour

Possible to add a field to enable / disable the 1000 limit ? Or capacity to increase to 10 000 ?

thanks

raycastbot commented 7 months ago

Thank you for opening this issue!

πŸ”” @thomaslombart @tmwrnr @irangarcia you might want to have a look.

πŸ’‘ Author and Contributors commands The author and contributors of `raycast/apple-reminders` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopen the issue.
thomaslombart commented 7 months ago

We can't disable the 1000 limit because the extension would break due to memory errors. However, we could implement a typeahead search feature so that the Swift code retrieves reminders data based on the text search.

syeod commented 7 months ago

Thanks for your answer and for your help ! Or if you can't remove it, possibility to increase the limit ? (5 000, 10 000)

The purpose is just to be able to look into the field (all reminders) for Completed and Active reminder without any others steps.

And at the moment he cannot find part of reminders because of the 1 000. Let me know, Thanks,

thomaslombart commented 7 months ago

It's not really possible either for the same reason… The typeahead search is the way to go here πŸ™‚

syeod commented 7 months ago

It's not really possible either for the same reason… The typeahead search is the way to go here πŸ™‚

Indeed,

To have an idea, when do you think it could be updated ?

Thanks again πŸ™ Super extension !

thomaslombart commented 7 months ago

Thanks for the kind words!

If it's super important to you, I can guide you in contributing to the extension. Otherwise, there's no timeline for that. It could be in 2 weeks or 2 months, as it depends on the project I'm currently working on! πŸ˜„

syeod commented 7 months ago

I understand, indeed it's important. I will be happy to contribute, unfortunately, i am not sure to really have the level to modif and create this new part of the extention.

I will wait, and will use your current extention + reminder apple app for now.

If i can help you in a way, please let me know. Thanks

syeod commented 6 months ago

Hi Thomas,

Hope you are fine. I have the recents update about the extension 11 april and previous.

Do you confirm that the typehead is on the roadmap ? Even if you dont have any date yet to communicate.

Thanks

thomaslombart commented 6 months ago

Hey there, as said previously, it will be done at some point but I don't know yet when πŸ™‚

raycastbot commented 4 months ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊