month_date template called before onEventLoading

Hello,

I am using month view and trying to do some customizations only on dates that contain events. I was following the example provided here: viewtopic.php?f=6&t=14156 to attach a different css style to those dates. However it appears that the ‘onEventLoading’ event is being called after scheduler.templates.month_date_class has run. I’ve tried placing the code in all different areas, but it either runs before ‘onEventLoading’ or doesn’t run at all. Any ideas?

Thanks

Actually onEventLoading occurs after data from json|xml parsed but before any rendering operations. So templates must be executed after event logic.

Can you provide a snippet of code , which doesn’t work correctly ?