mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add recurence to agenda web
This commit is contained in:
@@ -80,7 +80,7 @@ export const EventInputDTOSchema = z.object({
|
||||
attachments: z.array(AttachmentInputDTOSchema).nullable().optional(),
|
||||
recurrence: z.object({
|
||||
frequency: z.number().int(),
|
||||
occurrences: z.number().int(),
|
||||
until: z.string(),
|
||||
}),
|
||||
organizerId: z.number().int(),
|
||||
isAllDayEvent: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user