I am using the Timeline view of the scheduler along with a dataProcessor. I want to count the number of events by a property I have given them and show the user that count.
I can do what I want easily enough by using the scheduler.getEvents() method. But I am having trouble calling my function after the events are loaded from the dataprocessor. Is there some event I can use to tell me when the dataprocessor is done retrieving events from the database and loading them into the scheduler?