Hello,can someone help me…
I use the method getRecDates.with a event_id
for example :
var test = getRecDates(400);
alert(test);
On the Firebug Console is this Error:
TypeError: c is undefined
on the row => e = new Date(c.start_date.valueOf()),
I do not know, what is here the problem
I just liked retrieve all recurring events start and end date.
I want to retrieve all recurring events, how is this possible?