Greetings,
I’m trying to get the events defined for a single day. Calling getEvents is returning a zero length array for day that I clearly have events defined for (they show up in the calendar). Any ideas?
var today = new Date();
var myEvents = scheduler.getEvents( today, today );
Thank you,
–Jason