Our pure JavaScript Scheduler component


Post by Txim2 »

Hi,
I'm using SchedulerPro 4.0.8, have some troubles to use this method because on API Docs it haven't parameters but need one?

 visibleEvents = eventStore.getEvents({
     resourceRecord: myResource,
     startDate: scheduler.timeAxis.startDate,
     endDate: scheduler.timeAxis.endDate
 });

This example not works for me, visual studio shows error and say "Expected 0 arguments, but got 1"
The objetive is select some event with specific name to do something later...

Thanks in advance, have a great weekend!


Post by pmiklashevich »

It's been fixed. You can try nightlies or wait for next release. Please mute this error for now.

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply