feat(blocked_slots): add blocked slots
This commit is contained in:
parent
ce27923118
commit
b5a07b7bed
17 changed files with 1039 additions and 36 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue