From 2429f5d1a500e735293cf6a570b31aa83171af2e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 22 Aug 2018 14:15:19 +0200 Subject: event.fbs defaults --- common/domain/event.fbs | 4 ++-- 1 file 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 { description:string; startTime:string; endTime:string; - allDay:bool; - recurring:bool; + allDay:bool = false; + recurring:bool = false; ical:string; calendar:string; } -- cgit v1.2.3