Merge branch 'develop' into cal-again2

This commit is contained in:
sam detweiler
2020-11-28 19:23:15 -06:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
if (event.type === "VEVENT") {
let startDate = eventDate(event, "start");
let endDate;
Log.debug("\nevent=" + JSON.stringify(event));
if (typeof event.end !== "undefined") {
endDate = eventDate(event, "end");