Untis-API: Fehlzeiten abgleich
This commit is contained in:
@@ -132,20 +132,20 @@ public sealed record UntisTimetablePeriod(
|
||||
IReadOnlyList<UntisEntity> Rooms,
|
||||
JsonElement Raw);
|
||||
|
||||
public sealed record UntisStudentAbsence(
|
||||
int StudentKey,
|
||||
public sealed record UntisLessonAbsence(
|
||||
string StudentName,
|
||||
int Date,
|
||||
int StartTime,
|
||||
int EndTime,
|
||||
int AbsentPeriods,
|
||||
int UnexcusedAbsentPeriods,
|
||||
int AbsentMinutes,
|
||||
bool Checked,
|
||||
string? AbsenceReason,
|
||||
string? ExcuseStatus,
|
||||
int? SubjectId,
|
||||
IReadOnlyList<int> TeacherIds,
|
||||
string? StudentGroup,
|
||||
JsonElement Raw);
|
||||
|
||||
int UnexcusedAbsentMinutes,
|
||||
int? StartTime,
|
||||
int? EndTime,
|
||||
string? Reason,
|
||||
int? ExternKey,
|
||||
bool ExternKeyInParentheses,
|
||||
string? HandledOn,
|
||||
bool Counts);
|
||||
|
||||
public sealed record UntisClassRegisterEntry(
|
||||
int? StudentKey,
|
||||
|
||||
Reference in New Issue
Block a user