create weakly event

This commit is contained in:
Peter Maquiran
2024-10-22 14:31:04 +01:00
parent ac1f01b15b
commit 54fb4f57d7
29 changed files with 447 additions and 225 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { EventPerson } from './eventperson.model';
export interface EventRecurrence {
Type?: number | string;
Day?: number;
DayOfWeek?: number;
daysOfWeek?: number[];
Month?: number | string;
LastOccurrence?: Date | string;
frequency?: string,