Hello,
I have the same problem, but this fix will not solve my problem.
{
module: 'calendar',
classes: 'default everyone',
// header: 'Termine',
position: 'top_right',
config: {
calendars: [
{
url: 'https://calendar.google.com/calendar/XXX',
symbol: 'calender',
colored: true,
displayRepeatingCountTitle: 'Birthday',
timeFormat: 'absolute',
maximumEntries: 5,
dateFormat: 'DD MMM',
fullDayEventDateFormat:'DD MMM',
showEnd: false,
getRelative: 48,
urgency: 2
}
]
}
},
And the chance from the date will not work.
The Date shows : Dec 8 and not 8 Dec.
Thanks
Blackmirror