Compare commits

...

3 Commits

20 changed files with 36 additions and 24 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
# Watch Untis
An Untis (light) app for the Apple Watch.
Created by Theis
I will **start** programming with the iOS and watchOS app on the <ins>**20th of July 2026**</ins>, and I will update this README with more information as I progress.
Created by Theis
+33 -9
View File
@@ -7,20 +7,44 @@ app.get("/api/today", (req, res) => {
// Simulate fetching today's schedule
const todaySchedule = {
day: "Montag",
lessons: [
subjects: [
{
period: "1.",
time_start: "08:00",
time_end: "08:55",
lesson_nr: "1.",
name: "D G2",
room: "255",
subject: "D",
group: "G2",
teacher: "VanC",
color: "pink",
day: "Montag",
clock: "08:00-08:55",
cancelled: false,
},
{
lesson_nr: "2. & 3.",
name: "M G2",
room: "255",
teacher: "ScLa",
clock: "08:55-10:25",
cancelled: false,
},
{
lesson_nr: "4.",
name: "E G4",
room: "254",
teacher: "RadF",
clock: "10:55-11:40",
cancelled: false,
},
{
lesson_nr: "5.",
name: "CH G2",
room: "133",
teacher: "LenT",
clock: "11:40-12:25",
cancelled: true,
},
],
date: "15.04.2026",
day: "Mittwoch",
week: "16",
student: "Max Mustermann",
};
console.log(`Fetching schedule for user: ${userLink}`);
@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>watch-untis Watch App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>