diff options
Diffstat (limited to 'common/domain/event.fbs')
-rw-r--r-- | common/domain/event.fbs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs index 69148ef..68c8608 100644 --- a/common/domain/event.fbs +++ b/common/domain/event.fbs | |||
@@ -4,7 +4,8 @@ table Event { | |||
4 | uid:string; | 4 | uid:string; |
5 | summary:string; | 5 | summary:string; |
6 | description:string; | 6 | description:string; |
7 | attachment:[ubyte]; | 7 | startTime:string; |
8 | calendar:string; | ||
8 | } | 9 | } |
9 | 10 | ||
10 | root_type Event; | 11 | root_type Event; |