mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Broadcast all calendar events while still honoring global and per-calendar maximumEntries
This commit is contained in:
@@ -498,8 +498,7 @@ const CalendarUtils = {
|
||||
return a.startDate - b.startDate;
|
||||
});
|
||||
|
||||
let maxEvents = newEvents.slice(0, config.maximumEntries);
|
||||
return maxEvents;
|
||||
return newEvents;
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user