@sdetweil Fantastic, thank you so much. It worked!
This is the code I have (in case someone needs it):
{
module: "calendar",
header: "Canadian Holidays (QC),
position: "top_left",
config: {
calendars: [
{
url: "https://www.officeholidays.com/ics-clean/canada/quebec",
symbol: "canadian-maple-leaf",
color: 'crimson'
},
],
defaultSymbolClassName: "fab fa-",
colored: true,
coloredSymbolOnly: true,
maximumEntries: "2",
wrapEvents: true,
}
},
And happy new year!!!