From b11f4d47bb833e0cad14b28b036f63a876dd9bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Nicole?= Date: Mon, 14 May 2018 15:08:39 +0200 Subject: Add the "allDay" property to Event Summary: Fixes T8698 Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #sink Maniphest Tasks: T8698 Differential Revision: https://phabricator.kde.org/D12869 --- common/domain/event.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/event.fbs') diff --git a/common/domain/event.fbs b/common/domain/event.fbs index 77aaef6..9923810 100644 --- a/common/domain/event.fbs +++ b/common/domain/event.fbs @@ -6,6 +6,7 @@ table Event { description:string; startTime:string; endTime:string; + allDay:bool; ical:string; calendar:string; } -- cgit v1.2.3