We have a large calendar (we're actually using it as a shift scheduler) that always has many events (usually 30-50) happening simultaneously in the Day View. I've made several CSS mods to clean up the display and make it legible for this many events. We're trying to figure out if there's any way to show a total of how many people are scheduled for a particular hour of the day.
The best way I can describe this is with an example: Let's say that twelve people are in a meeting from 3pm to 4pm. How would I go about getting the calendar Day View to show a "12" next to the Timeline, between the 3pm and 4pm marks?
Note: 3rd-party solutions are out for the moment (at least until next year, I'm told). I've tried a raft of self-made and third-party trialware, but none have been able to do this, unless there's something I'm missing. It seems there should be some way to do this with jQuery, but I can't seem to wrap my head around it enough to come up with an answer. Any help is greatly, GREATLY appreciated.