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

showReminderList(list) not imported #145

Open
3ryckDoez opened this issue Aug 29, 2024 · 0 comments
Open

showReminderList(list) not imported #145

3ryckDoez opened this issue Aug 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@3ryckDoez
Copy link

Describe the bug

A clear and concise description of what the bug is.
I want to filter some reminders with filterReminders(…) but it only filter by “Name”, “Title”, etc… but not by “List” name, so I thought it must be another way to catch the reminders from my list, and I tried to use showReminderList(list) to achieve it, but the other problem now is that it says that this doesn’t exist (not imported) from Shortcuts lib.

To Reproduce

Steps to reproduce the behavior:

  1. Open a new doc and try to filter by list with:

filterReminders(input: All Reminders, FilterType: All , filter: {List : == :
• myRemList, sortBy: Creation Date, order: Oldest First)

or try:

showReminderList(list: r-myRemList)

Expected behavior

A clear and concise description of what you expected to happen.
I was expecting to get an array of Reminders retrieved from my reminder list instead of All Reminders.
IMG_0905
IMG_0906

Screenshots

I attached two screenshots. Hope it helps.

Information

  • Device: iPhone 14 Pro and iPad mini 6
  • OS: iOS 17.5.1
  • Jellycuts Version 2.4.1(10)
  • Jailbroken? [No]

Additional context

Just trying to understand Jellycuts, I’m a newbie with this but before post it, I tried to solve it by my own.

@3ryckDoez 3ryckDoez added the bug Something isn't working label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant