From cc80ba360c1bb589cab8263fc13862884b5962ff Mon Sep 17 00:00:00 2001 From: Lu Date: Fri, 20 Oct 2023 04:18:37 +0200 Subject: [PATCH] added lectures 19.10.23-20.10.23 --- cal.js | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/cal.js b/cal.js index 3cac306..fee8fe3 100644 --- a/cal.js +++ b/cal.js @@ -11,7 +11,7 @@ var events = [ start: "2023-10-05T10:30:00", end: "2023-10-05T12:00:00", url: "https://ia.lu-dev.de/#/page/auffrischung%20mathematik%2F23-10-05", - classNames: ["incomplete-page"] + classNames: ["complete-page"] }, { title: "Auffrischung Mathematik - Teil 3", @@ -129,6 +129,24 @@ var events = [ end: "2023-10-18T18:45:00", classNames: ["missing-page"] }, + { + title: "Rechnerorganisation", + start: "2023-10-19T13:00:00", + end: "2023-10-19T14:30:00", + classNames: ["missing-page"] + }, + { + title: "Grundlagen und Diskrete Strukturen", + start: "2023-10-20T09:00:00", + end: "2023-10-20T10:30:00", + classNames: ["missing-page"] + }, + { + title: "Übung: Mathematik für Informatiker 1", + start: "2023-10-20T11:00:00", + end: "2023-10-20T12:30:00", + classNames: ["missing-page"] + } ]; document.addEventListener("DOMContentLoaded", function () {