mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
recurence added
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user