recurence added

This commit is contained in:
Eudes Inácio
2024-06-10 09:55:23 +01:00
parent e0a7323bb0
commit c28d17fa64
11 changed files with 322 additions and 67 deletions
@@ -66,7 +66,9 @@ export class EventMapper {
"Day": null,
"DayOfWeek": null,
"Month": null,
"LastOccurrence": null
"LastOccurrence": null,
"frequency": dto.eventRecurrence.frequency,
"until": dto.eventRecurrence.until
},
"Attachments": dto.attachments.map( e => ({
"Id": e.id,