feat(blocked_slots): add blocked slots
Some checks failed
container-scan / Container Scan (pull_request) Failing after 1m20s
docker-build / docker (pull_request) Failing after 3m5s
tests / Tests (pull_request) Failing after 2m35s

This commit is contained in:
Dominik 2025-06-30 20:13:56 +02:00
parent ce27923118
commit b5a07b7bed
Signed by: dominik
GPG key ID: 06A4003FC5049644
17 changed files with 1039 additions and 36 deletions

View file

@ -48,6 +48,7 @@ export const VisibleSlotSchema = EventSchema.omit({
type: zod.literal('event'),
users: zod.string().array(),
user_id: zod.string().optional(),
organizer_id: zod.string().optional(),
})
.openapi('VisibleSlotSchema', {
description: 'Visible time slot in the user calendar',