added sth

This commit is contained in:
2026-02-23 22:47:21 +01:00
parent 0f47e034bd
commit 8a528d46ed
8 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
{
"day": "Montag",
"lessons": [
{
"period": "1.",
"time_start": "08:00",
"time_end": "08:55",
"room": "255",
"subject": "D",
"group": "G2",
"teacher": "VanC",
"color": "pink",
"day": "Montag"
},
{
"period": "2. & 3.",
"time_start": "08:55",
"time_end": "10:25",
"room": "255",
"subject": "M",
"group": "G2",
"teacher": "ScLa",
"color": "yellow",
"day": "Montag"
},
{
"period": "4.",
"time_start": "10:55",
"time_end": "11:40",
"room": "254",
"subject": "E",
"group": "G4",
"teacher": "RadF",
"color": "green",
"day": "Montag"
},
{
"period": "5.",
"time_start": "11:40",
"time_end": "12:25",
"room": "255",
"subject": "D",
"group": "G2",
"teacher": "VanC",
"color": "pink",
"day": "Montag"
}
]
}