@StrikeBack83 you didn’t put the config options in the right place, try:
{
module: "calendar",
header: "Österreichische Feiertage",
position: "top_left",
config: {
timeFormat: "absolute",
maxTitleLength: 17,
maximumNumberOfDays: 7,
dateFormat: "DD MMM",
fullDayEventDateFormat: "DD MMM",
urgency: 0,
getRelative: 0,
calendars: [
{
//symbol: "calendar-check-o ",
url: "https://www.ferienwiki.at/exports/feiertage/2017/at/wien"
}
]
}
},
Furthermore you can get mor space out of your monitor, by applying the following css rule in custom.css
body {
margin: 10px;
height: calc(100% - 20px);
width: calc(100% - 20px);
}