summaryrefslogtreecommitdiffstats
path: root/common/domain/event.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/event.fbs')
-rw-r--r--common/domain/event.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs
index 5e2aa25..ebca88c 100644
--- a/common/domain/event.fbs
+++ b/common/domain/event.fbs
@@ -6,8 +6,8 @@ table Event {
6 description:string; 6 description:string;
7 startTime:string; 7 startTime:string;
8 endTime:string; 8 endTime:string;
9 allDay:bool; 9 allDay:bool = false;
10 recurring:bool; 10 recurring:bool = false;
11 ical:string; 11 ical:string;
12 calendar:string; 12 calendar:string;
13} 13}