allow to alter agenda

This commit is contained in:
Peter Maquiran
2024-06-21 13:45:06 +01:00
parent 9ea120bfcd
commit 3b6da3d2c7
21 changed files with 1058 additions and 237 deletions
+6
View File
@@ -37,6 +37,12 @@ export class Event{
Attachments?: Attachment[];
HumanDate?: string;
IsAllDayEvent?: boolean;
owner?: {
wxUserId: number,
wxFullName: string,
wxeMail: string,
userPhoto: string,
}
}