Dhtmlx Scheduler

Hi,

I want to use getEventEndDate(event_id) function.how i use that api function to get End date.


Hello,


The issue with getEventEndDate will be solved in the next scheduler version.


Please, use the following approach instead of it:


var edate = scheduler.getEvent(event_id).end_date;

Thanks a lot…