added lectures 17.10.23-18.10.13

This commit is contained in:
Lu 2023-10-18 17:09:31 +02:00
parent 80354bb0a9
commit 070e5b87b5

220
cal.js
View File

@ -1,98 +1,134 @@
var events = [ var events = [
{ { // 40
title: "Auffrischung Mathematik - Teil 1", title: "Auffrischung Mathematik - Teil 1",
start: "2023-10-04T10:30:00", start: "2023-10-04T10:30:00",
end: "2023-10-04T12:00:00", end: "2023-10-04T12:00:00",
url: "https://ia.lu-dev.de/#/page/auffrischung%20mathematik%2F23-10-04", url: "https://ia.lu-dev.de/#/page/auffrischung%20mathematik%2F23-10-04",
classNames: ["complete-page"] classNames: ["complete-page"]
},
{
title: "Auffrischung Mathematik - Teil 2",
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"]
},
{
title: "Auffrischung Mathematik - Teil 3",
start: "2023-10-06T10:30:00",
end: "2023-10-06T12:00:00",
classNames: ["missing-page"]
},
{
title: "Mathematik für Informatiker 1",
start: "2023-10-09T13:00:00",
end: "2023-10-09T14:30:00",
classNames: ["missing-page"]
}, },
{ { // 41
title: "Auffrischung Mathematik - Teil 2", title: "Grundlagen und Diskrete Strukturen",
start: "2023-10-05T10:30:00", start: "2023-10-10T09:00:00",
end: "2023-10-05T12:00:00", end: "2023-10-10T10:30:00",
url: "https://ia.lu-dev.de/#/page/auffrischung%20mathematik%2F23-10-05", url: "https://ia.lu-dev.de/#/page/grundlagen%20und%20diskrete%20strukturen%2F23-10-10",
classNames: ["incomplete-page"] classNames: ["complete-page"]
}, },
{ {
title: "Auffrischung Mathematik - Teil 3", title: "Übung: Programmierung und Algorithmen",
start: "2023-10-06T10:30:00", start: "2023-10-10T11:00:00",
end: "2023-10-06T12:00:00", end: "2023-10-10T12:30:00",
classNames: ["missing-page"] classNames: ["missing-page"]
}, },
{ {
title: "Mathematik für Informatiker 1", title: "Übung: Rechnerorganisation",
start: "2023-10-09T13:00:00", start: "2023-10-10T13:00:00",
end: "2023-10-09T14:30:00", end: "2023-10-10T14:30:00",
classNames: ["missing-page"] classNames: ["cancelled-event"]
}, },
{ {
title: "Grundlagen und Diskrete Strukturen", title: "Programmierung und Algorithmen",
start: "2023-10-10T09:00:00", start: "2023-10-11T11:00:00",
end: "2023-10-10T10:30:00", end: "2023-10-11T12:30:00",
url: "https://ia.lu-dev.de/#/page/grundlagen%20und%20diskrete%20strukturen%2F23-10-10", classNames: ["missing-page"]
classNames: ["complete-page"] },
}, {
{ title: "Mathematik für Informatiker 1",
title: "Übung: Programmierung und Algorithmen", start: "2023-10-11T15:00:00",
start: "2023-10-10T11:00:00", end: "2023-10-11T16:30:00",
end: "2023-10-10T12:30:00", classNames: ["missing-page"]
classNames: ["missing-page"] },
}, {
{ title: "Übung: Grundlagen und Diskrete Strukturen",
title: "Rechnerorganisation", start: "2023-10-11T17:15:00",
start: "2023-10-10T13:00:00", end: "2023-10-11T18:45:00",
end: "2023-10-10T14:30:00", classNames: ["missing-page"]
classNames: ["cancelled-event"] },
}, {
{ title: "Rechnerorganisation",
title: "Programmierung und Algorithmen", start: "2023-10-12T13:00:00",
start: "2023-10-11T11:00:00", end: "2023-10-12T14:30:00",
end: "2023-10-11T12:30:00", classNames: ["missing-page"]
classNames: ["missing-page"] },
}, {
{ title: "Programmierung und Algorithmen",
title: "Mathematik für Informatiker 1", start: "2023-10-12T17:00:00",
start: "2023-10-11T15:00:00", end: "2023-10-12T18:30:00",
end: "2023-10-11T16:30:00", classNames: ["missing-page"]
classNames: ["missing-page"] },
}, {
{ title: "Grundlagen und Diskrete Strukturen",
title: "Übung: Grundlagen und Diskrete Strukturen", start: "2023-10-13T09:00:00",
start: "2023-10-11T17:15:00", end: "2023-10-13T10:30:00",
end: "2023-10-11T18:45:00", url: "https://ia.lu-dev.de/#/page/grundlagen%20und%20diskrete%20strukturen%2F23-10-13",
classNames: ["missing-page"] classNames: ["complete-page"]
}, },
{ {
title: "Rechnerorganisation", title: "Übung: Mathematik für Informatiker 1",
start: "2023-10-12T13:00:00", start: "2023-10-13T11:00:00",
end: "2023-10-12T14:30:00", end: "2023-10-13T12:30:00",
classNames: ["missing-page"] classNames: ["missing-page"]
},
{
title: "Programmierung und Algorithmen",
start: "2023-10-12T17:00:00",
end: "2023-10-12T18:30:00",
classNames: ["missing-page"]
},
{
title: "Grundlagen und Diskrete Strukturen",
start: "2023-10-13T09:00:00",
end: "2023-10-13T10:30:00",
url: "https://ia.lu-dev.de/#/page/grundlagen%20und%20diskrete%20strukturen%2F23-10-13",
classNames: ["complete-page"]
},
{
title: "Übung: Mathematik für Informatiker 1",
start: "2023-10-13T11:00:00",
end: "2023-10-13T12:30:00",
classNames: ["missing-page"]
}, },
{ { // 42
title: "Mathematik für Informatiker 1", title: "Mathematik für Informatiker 1",
start: "2023-10-16T13:00:00", start: "2023-10-16T13:00:00",
end: "2023-10-16T14:30:00", end: "2023-10-16T14:30:00",
classNames: ["missing-page"] classNames: ["missing-page"]
}, },
{
title: "Grundlagen und Diskrete Strukturen",
start: "2023-10-17T09:00:00",
end: "2023-10-17T10:30:00",
classNames: ["missing-page"]
},
{
title: "Übung: Programmierung und Algorithmen",
start: "2023-10-17T11:00:00",
end: "2023-10-17T12:30:00",
classNames: ["missing-page"]
},
{
title: "Übung: Rechnerorganisation",
start: "2023-10-17T13:00:00",
end: "2023-10-17T14:30:00",
classNames: ["missing-page"]
},
{
title: "Programmierung und Algorithmen",
start: "2023-10-18T11:00:00",
end: "2023-10-18T12:30:00",
classNames: ["missing-page"]
},
{
title: "Mathematik für Informatiker 1",
start: "2023-10-18T15:00:00",
end: "2023-10-18T16:30:00",
classNames: ["missing-page"]
},
{
title: "Übung: Grundlagen und Diskrete Strukturen",
start: "2023-10-18T17:15:00",
end: "2023-10-18T18:45:00",
classNames: ["missing-page"]
},
]; ];
document.addEventListener("DOMContentLoaded", function () { document.addEventListener("DOMContentLoaded", function () {