This commit is contained in:
Michael Teeuw
2019-06-14 13:31:59 +02:00
17 changed files with 588 additions and 92 deletions

View File

@@ -135,6 +135,7 @@ Module.register("calendar", {
}
} else if (notification === "FETCH_ERROR") {
Log.error("Calendar Error. Could not fetch calendar: " + payload.url);
this.loaded = true
} else if (notification === "INCORRECT_URL") {
Log.error("Calendar Error. Incorrect url: " + payload.url);
} else {