python-caldav / caldav

Apache License 2.0
317 stars 94 forks source link

calendar.search(journal=True) should work #237

Open tobixen opened 1 year ago

tobixen commented 1 year ago

In the new search-method, there are boolean flags todo and event to limit the search for tasks and events - but the equivalent journal is missing, that's no good. It should be very trivial to fix, perhaps a bit less trivial to write up some good test code :-)