Added config option to calendar-icons for recurring- and fullday-events

This commit is contained in:
rejas
2020-07-08 21:53:34 +02:00
parent 29ed63286c
commit 3b5a0e8d66
3 changed files with 17 additions and 7 deletions

View File

@@ -254,6 +254,7 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumNu
startDate: startDate.format("x"),
endDate: endDate.format("x"),
fullDayEvent: isFullDayEvent(event),
recurringEvent: true,
class: event.class,
firstYear: event.start.getFullYear(),
location: location,