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
Fix for recurring tasks with recurrence-instances with mixed STATUS
Fixes#495
This fixes two things:
* Non-expanded recurring tasks with mixed STATUS from the server would be silently ignored if asking for pending tasks. Clearly a bug. This bug happened before client-side expansion.
* Client-side expansion should consider that we may have asked only for pending tasks - then the COMPLETED recurrences should be ignored.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Python 3.7 is no longer tested (dependency problems) - but it should work. Plea
28
28
* Bugfix for saving component failing on multi-component recurrence objects - https://github.com/python-caldav/caldav/pull/467
29
29
* Some exotic servers may return object URLs on search, but it does not work out to fetch the calendar data. Now it will log an error instead of raising an error in such cases.
30
30
* Some workarounds and fixes for getting tests passing on all the test servers I had at hand in https://github.com/python-caldav/caldav/pull/492
31
+
* Search for todo-items would ignore recurring tasks with COMPLETED recurrence instances, ref https://github.com/python-caldav/caldav/issues/495, fixed in https://github.com/python-caldav/caldav/pull/496
0 commit comments