This commit is contained in:
Peter Maquiran
2021-07-20 19:22:11 +01:00
parent f80394d830
commit a3b753dad9
13 changed files with 204 additions and 17 deletions
@@ -1,5 +1,5 @@
export class EventRecurrence{
Type: string;
export class EventRecurrence {
Type: string | number;
Day?: number;
DayOfWeek?:number;
Month?: number;