Merge pull request #2576 from rejas/calendar_fix

This commit is contained in:
Michael Teeuw
2021-05-29 14:02:13 +02:00
committed by GitHub
4 changed files with 117 additions and 102 deletions

View File

@@ -140,6 +140,7 @@ Module.register("calendar", {
if (notification === "CALENDAR_EVENTS") {
if (this.hasCalendarURL(payload.url)) {
this.calendarData[payload.url] = payload.events;
this.error = null;
this.loaded = true;
if (this.config.broadcastEvents) {