Hi there. I'm trying to use the scheduler and the navigator together. I have them working nicely, allowing me to move through dates.
I've been reading about the navigator and the events.list - but I'm struggling to get it working at present. I'm trying to just write a js function to get the json for the events in the current month, but how do I get the date we're currently looking at?
If I open the console and type `dp.dp.startDate.value` - I get a reply with the correct date, but for some reason I cannot do this automatically. Even with a setTimeout, it still doesn't work...
Any ideas?
Thanks, Chris