Hello
i’m doing:
$(function () {
scheduler.init(‘scheduler_here’, new Date(),“month”); scheduler.load(“setup/configuration/CalendarTest.asp”,“xml”);
});
CalendarTest.asp:
<start_date></start_date>
<end_date></end_date>
<start_date></start_date>
<end_date></end_date>
But i get an alert and no rendering for the events as you can see in the attached image. Why?
thanks,
Valter