onBeforeHeaderRender gets called for each day when using Daypilot Calendar.
Is there a hook/event I can use to know when its done being called?
There is onAfterRender event but that only gets called the first time that the calendar loads. I need an event that fire each time new data comes in and fires off the series of onBeforeHeaderRender(s).