Reccuring events and getEvents()

Hi,

Just a doubt when working with recurring events mixed with “normal” (=not recurring) ones.

In recurring extension, getEvents() is overriden and does not take into account the fact that from and to params can be not given.

In this way, scheduler.getEvents() always return an empty array.

This behavior created by recurring extension can not create issues with one of the others extensions or native code ?

I do my first step with recurring events (not tested a lot up till now), but I think the extension is compatible with use of load_mode (“week”, “month”, …) ?

Hi,
when recurring events are enabled, the ‘from’-‘to’ arguments are required. Otherwise it is impossible to return all instances of the series with no end dates, that may exist in the calendar and method will return an empty array.