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/eventpreprocessor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/eventpreprocessor.cpp') diff --git a/common/eventpreprocessor.cpp b/common/eventpreprocessor.cpp index e087563..9efa541 100644 --- a/common/eventpreprocessor.cpp +++ b/common/eventpreprocessor.cpp @@ -47,6 +47,7 @@ void EventPropertyExtractor::updatedIndexedProperties(Event &event, const QByteA event.setExtractedDescription(icalEvent->description()); event.setExtractedStartTime(icalEvent->dtStart()); event.setExtractedEndTime(icalEvent->dtEnd()); + event.setExtractedAllDay(icalEvent->allDay()); } void EventPropertyExtractor::newEntity(Event &event) -- cgit v1.2.3