Hello,
I am not able to exclude certain events from the default calendar.
For example I am trying to hide the event “Allerheiligen”. I use this calendar “https://feiertag.info/ical/schweiz/2020/” with the following configuration:
{
module: "calendar",
header: "Schweiz Feiertage",
position: "top_left",
config: {
maximumEntries: 5, // Total Maximum Entries
excludedEvents: ['Allerheiligen'],
timeFormat: "absolute",
dateFormat: "DD. MMM ",
dateEndFormat: "LT",
fullDayEventDateFormat: "DD. MMM",
calendars: [{
symbol: "calendar-check",
url: "https://feiertag.info/ical/schweiz/2020/",
}]
}
},
Does anyone have an idea what’s wrong with the configuration or what the problem might be?