diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-22 14:15:19 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-22 14:30:20 +0200 |
commit | 2429f5d1a500e735293cf6a570b31aa83171af2e (patch) | |
tree | 8cb64a13273297e4205fc74b982b1e5faa85ebd6 /common | |
parent | b0c8787ec6904df569a4d186ee8804e940bcb0a6 (diff) | |
download | sink-2429f5d1a500e735293cf6a570b31aa83171af2e.tar.gz sink-2429f5d1a500e735293cf6a570b31aa83171af2e.zip |
event.fbs defaults
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/event.fbs | 4 |
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 | } |