PHP Function for recurring dates

Hello,

Is there a PHP functie, or is this simple to make to get the dates of a recurring range?

Something like the javascript function “getRecDates”

Regards,
Michiel Klaver

There is no such standard functionality, but in plugins code the attached helper is used.

$helper = new SchedulerHelper($db_connection, $table); $helper->get_dates($start, $end);
SchedulerHelper.zip (2.12 KB)