#1: Add possibility to create whole-day events
Jenkins Production Deployment

This commit is contained in:
2022-12-28 12:15:01 +01:00
parent d85f9a992b
commit 93c70b0e1d
4 changed files with 34 additions and 17 deletions
@@ -10,4 +10,5 @@ export interface Event {
location: string;
createdBy: string;
url: string;
wholeDay: boolean;
}