Is it possible to find multiple events using DayPilot.Scheduler.events.find( <function> )?
I know it is possible to pass a custom function, i.o. an eventId, to the method. But that returns only the first event that matches the criteria. I'm looking for a way to return the resultset as an array , a.k.a. an array of events that matches the criteria.
Hint: an extra <findAll> parameter (default false) and returning an array as result might do the job. Otherwise a new function DayPilot.Scheduler.events.findAll().