Sorry to bother, but I still need your advise. The data for the active areas is highly dynamic and therefore generated server-side. When I want to create the active area on the onBeforeEventRender() on the client-side in order to attach a specific bubble, then how do I get the area information (e.g., start and end date) to the client?
Usually I create the entire ressources (for the visible section of the scheduler) on the server and pass it to the client via AJAX. If I now have an event with, e.g., three different active areas inside and each of these shall have it's own bubble with custom data, how could I access this information in the onBeforeEventRender() method? I guess additional AJAX calls in that event handler will not be a good idea due to performance overhead, right?
Again thanks for your support.