Upgrade to proper user management

This commit is contained in:
2023-05-14 19:17:30 +02:00
parent 93c70b0e1d
commit 02f7424b56
9 changed files with 393 additions and 32 deletions
@@ -8,7 +8,8 @@ export interface Event {
endDateTime: Date;
createdDate: Date;
location: string;
createdBy: string;
createdBy?: string;
createdById: number,
url: string;
wholeDay: boolean;
}