I know that all recurring events that recur weekly have a start date for the Sunday (first day of the week).
Is there a function that allows you to pass an event object and get the actual start_date?
I know that all recurring events that recur weekly have a start date for the Sunday (first day of the week).
Is there a function that allows you to pass an event object and get the actual start_date?
Do you mean the start date which was defined during event creation or real dates of occurences?
First is not possible ( that data is lost ), for second you can use scheduler.getRecDates(id);