Jellycuts/Jellycuts-Issues

showReminderList(list) not imported

Opened this issue · 0 comments

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.