Klassenbucheinträge abgleich und poll

This commit is contained in:
2026-08-25 09:31:41 +02:00
parent 87a7badb44
commit 7fa8a93c82
14 changed files with 584 additions and 9 deletions
+12
View File
@@ -147,6 +147,18 @@ public sealed record UntisLessonAbsence(
string? HandledOn,
bool Counts);
// "-alle-"-Bericht ohne externe Schülerkennung - anders als bei AbsencePerLesson bleibt für den
// Abgleich mit lokalen Schülern nur der Name (siehe Namens-Fallback im Desktop-Abgleich).
public sealed record UntisClassRegisterEventReportEntry(
string ClassName,
int Date,
string? Subject,
string StudentName,
string? TeacherUsername,
string? CategoryName,
string? CategoryGroup,
string? Text);
public sealed record UntisClassRegisterEntry(
int? StudentKey,
string? Surname,