Skip to content

Fixed addDateRecurEvent for infinite repeats and refactored to use RRULES.

This solves the problem where infinitely repeating date recur values cause an error. I've streamlined the method so that it doesn't do all the unnecessary looping and just gets the next occurrence to start with. I've implemented code to add any and all RRULES when they exist.

Merge request reports