Scheduler: Get events for a given resource
Answered: On the client-side, you can do the following: var hasEvents = dps.findRowByResourceId("A").events.length > 0; On the server side, there is no internal structure that keeps events matched to the resou...
DayPilot