Received the following information from a source, but was unable to leave a comment due to insufficient points. Looking for assistance on setting HTML in title using fullcalendar.js v4
eventRender: function(info) {
info.el.querySelector('.fc-title').innerHTML = "<i>" + info.event.title + "</i>";
}
I attempted the above code, and it successfully worked for month, week, and day views. Unfortunately, it did not have the same effect on list view. Any ideas on where I went wrong?