You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frist of all: This is another really great package. Thank you for your hard work!
There is the :date selector, which gives you the options to group items with or without a date.
Correspondingly it would be great to have some kind of :hour (or any other name) selector to group by items with hour specifications.
Meaning ':hour t' would match Item 1 and ignore Item 2, while ':hour nil' would ignore Item 1 and match Item 2:
Item 1
SCHEDULED: <2021-09-26 Sun 15:00>
Item 2
SCHEDULED: <2021-09-26 Sun>
My solution is this predicate function, in case anybode else needs something similar for now.
Frist of all: This is another really great package. Thank you for your hard work!
There is the :date selector, which gives you the options to group items with or without a date.
Correspondingly it would be great to have some kind of :hour (or any other name) selector to group by items with hour specifications.
Meaning ':hour t' would match Item 1 and ignore Item 2, while ':hour nil' would ignore Item 1 and match Item 2:
SCHEDULED: <2021-09-26 Sun 15:00>
SCHEDULED: <2021-09-26 Sun>
My solution is this predicate function, in case anybode else needs something similar for now.
Still, in my opinion this would be a nice enhancement to have built in.
The text was updated successfully, but these errors were encountered: