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

44
cal.js
View File

@ -1,5 +1,5 @@
var events = [
{
{ // 40
title: "Auffrischung Mathematik - Teil 1",
start: "2023-10-04T10:30:00",
end: "2023-10-04T12:00:00",
@ -25,7 +25,7 @@ var events = [
end: "2023-10-09T14:30:00",
classNames: ["missing-page"]
},
{
{ // 41
title: "Grundlagen und Diskrete Strukturen",
start: "2023-10-10T09:00:00",
end: "2023-10-10T10:30:00",
@ -39,7 +39,7 @@ var events = [
classNames: ["missing-page"]
},
{
title: "Rechnerorganisation",
title: "Übung: Rechnerorganisation",
start: "2023-10-10T13:00:00",
end: "2023-10-10T14:30:00",
classNames: ["cancelled-event"]
@ -87,12 +87,48 @@ var events = [
end: "2023-10-13T12:30:00",
classNames: ["missing-page"]
},
{
{ // 42
title: "Mathematik für Informatiker 1",
start: "2023-10-16T13:00:00",
end: "2023-10-16T14:30:00",
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 () {