getRecDates (Error:c is undefined)

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?

Hello,

Can you please link your page where this issue could be tested?

Does this happen only to one event (with id = 400) or every?

Kind regards,
Ilya

Hello,

I found the problem, I should use the callback function from load method (docs.dhtmlx.com/doku.php?id=dhtm … duler_load)

as callback I call the getRecdates and it works!!

Thank You