Closed daMihe closed 4 years ago
Ah sorry, did not find issue #99 before. Closing this as it's a duplicate. Sorry for bothering.
Thanks for reporting this. The bug that was fixed in https://github.com/mangstadt/biweekly/issues/99 has yet to be released.
To confirm: You are saying that the Oct 10 date should NOT be returned by the iterator?
I ran your example against the latest code and it indeed returns Oct 4-9.
Oh cool, you are making a unit test.
Confirming that 10th of October should not be listed. Detail: 20201010T170000 in Europe/Berlin is 20201010T150000Z and therefore after “until” in rrule.
Thanks!
Thank you for making this great calendar library.
However there is a bug inside the recurrence calculation, reproducible using following calendar:
The frequency of the event is daily and i would expect to be the last instance of the event on 2020-10-09 17:00:00 +0200 because of the UNTIL-Date in Recurrence rule ending before it would start on 2020-10-10. The
DateIterator
is instead returning also an instance on 2020-10-10. Other programs do not.Example program and output:
produces: