Timeline event count using hours scale (Scheduler)
Asked by CaWingz 3 years ago.
I can see by this example (https://code.daypilot.org/93064/javascript-scheduler-column-summary) that day pilot can count the events per day. What I need to know is will it count events per timeslot if I was to use the timeline view with either hours or minutes on the scale? Not per day.
Answer posted by Dan Letecky [DayPilot] 3 years ago.
Yes, this is possible.
The code from the Column Summary and Availability Chart tutorial uses the real cell size (args.cell.start and args.cell.end) to calculate the utilization (total number of events):