I think the fullcalendar jquery-plugin is a really great solution. However, I noticed the plugin escapes (htmlEscape) the title. But I need to format some strings in the title,
Because the CSS class has changed, this is the correct answer:
eventRender: function (event, element) { element.find('.fc-title').html(event.title); }