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
For my particular use case, I need to sort events from newer to older. That is currently impossible as using dtstart sorts from older to new.
Luckily, adding an argument to the search function to reverse the order was quite easy.
I also added changes to the test suite. I couldn't run it as the test was skipped, but it should work. I tested the change within my project and worked just fine. It's not a big change.
The text was updated successfully, but these errors were encountered:
twissell-
changed the title
Allow to reverse the sortting order on search function
Allow to reverse the sorting order on search function
Aug 13, 2024
For my particular use case, I need to sort events from newer to older. That is currently impossible as using
dtstart
sorts from older to new.Luckily, adding an argument to the
search
function to reverse the order was quite easy.I also added changes to the test suite. I couldn't run it as the test was skipped, but it should work. I tested the change within my project and worked just fine. It's not a big change.
The text was updated successfully, but these errors were encountered: