added availability changing to events view

This commit is contained in:
z1glr
2025-01-24 12:35:05 +00:00
parent c1020d26b2
commit ea3e4573b3
10 changed files with 207 additions and 71 deletions

View File

@@ -83,6 +83,9 @@ func init() {
// all events with the availabilities of the individual users
"events/availabilities": (*Handler).getEventsAvailabilities,
// all events with the task-assignments and the availability of the current user
"events/user/assignmentAvailability": (*Handler).getEventUserAssignmentAvailability,
// events the user has to enter his availability for
"events/user/pending": (*Handler).getEventsUserPending,