I\'m using wordpress, formidable forms and full calendar to create a bespoke calendar solution
I have everything working except for I\'d like to add a font awesome i
Had the same issue with the FullCalendar 4.3.1. Hope it helps.
eventRender: function (info) { let icon = info.event.extendedProps.icon; let title = $(info.el).first('.fc-title-wrap'); if (icon !== undefined) { title.prepend(""); } }