diff options
Diffstat (limited to 'common/domain/event.fbs')
-rw-r--r-- | common/domain/event.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs index 9923810..5e2aa25 100644 --- a/common/domain/event.fbs +++ b/common/domain/event.fbs | |||
@@ -7,6 +7,7 @@ table Event { | |||
7 | startTime:string; | 7 | startTime:string; |
8 | endTime:string; | 8 | endTime:string; |
9 | allDay:bool; | 9 | allDay:bool; |
10 | recurring:bool; | ||
10 | ical:string; | 11 | ical:string; |
11 | calendar:string; | 12 | calendar:string; |
12 | } | 13 | } |