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.fbs3
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
10root_type Event; 11root_type Event;