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
if you want to replace a text with icon, you can use below code
eventRender: function(event, element) { element.find(".fc-title").html(function () { return $(this).html().replace("Rs", "")}); }