mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
98 implement anonymized DTO events
This commit is contained in:
@@ -52,7 +52,7 @@ async function getOccupation() {
|
||||
id: index,
|
||||
start: event.start.replace(/\s\+\d{4}\s\w+$/, "").replace(" ", "T"),
|
||||
end: event.end.replace(/\s\+\d{4}\s\w+$/, "").replace(" ", "T"),
|
||||
showFree: event.name.toLowerCase().includes("zur freien verfügung"),
|
||||
showFree: event.free
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user