mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-23 13:08:48 +02: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