diff options
Diffstat (limited to 'common/domain/event.fbs')
-rw-r--r-- | common/domain/event.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs index 68c8608..77aaef6 100644 --- a/common/domain/event.fbs +++ b/common/domain/event.fbs | |||
@@ -5,6 +5,8 @@ table Event { | |||
5 | summary:string; | 5 | summary:string; |
6 | description:string; | 6 | description:string; |
7 | startTime:string; | 7 | startTime:string; |
8 | endTime:string; | ||
9 | ical:string; | ||
8 | calendar:string; | 10 | calendar:string; |
9 | } | 11 | } |
10 | 12 | ||