Is there any way to dynamically change event template in FullCalendar?
Update. What I want is to specify new event html (e. g. in eventRender callba
You may append new information like this
eventRender: function( event, element, view ) { element.find('.fc-title').append(' '); }