diff options
author | Rémi Nicole <nicole@kolabsystems.com> | 2018-04-11 10:37:57 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-11 10:38:22 +0200 |
commit | edbb4c9c82e34e90ad15ad151901e65c2c2cfb66 (patch) | |
tree | 6b5a9a73c3b6c012f9d7ad4ee03b9ddda61ec367 /common/domain/applicationdomaintype.cpp | |
parent | 1d85b3c794b1e9b7c91b9536f79d4b469a2ffcb0 (diff) | |
download | sink-edbb4c9c82e34e90ad15ad151901e65c2c2cfb66.tar.gz sink-edbb4c9c82e34e90ad15ad151901e65c2c2cfb66.zip |
Add EndTime and Ical attributes to Event
Summary:
EndTime is necessary for the implementation of the calendar UI in Kube.
Fixes T8482
Ical to mimic Mail's MimeMessage attribute.
(Sorry for the wait, there was a good number of merge conflicts when rebasing on develop)
Reviewers: cmollekopf
Reviewed By: cmollekopf
Tags: #sink
Maniphest Tasks: T8482
Differential Revision: https://phabricator.kde.org/D12085
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index 93b02a9..78d46ee 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -128,6 +128,8 @@ SINK_REGISTER_PROPERTY(Event, Uid); | |||
128 | SINK_REGISTER_PROPERTY(Event, Summary); | 128 | SINK_REGISTER_PROPERTY(Event, Summary); |
129 | SINK_REGISTER_PROPERTY(Event, Description); | 129 | SINK_REGISTER_PROPERTY(Event, Description); |
130 | SINK_REGISTER_PROPERTY(Event, StartTime); | 130 | SINK_REGISTER_PROPERTY(Event, StartTime); |
131 | SINK_REGISTER_PROPERTY(Event, EndTime); | ||
132 | SINK_REGISTER_PROPERTY(Event, Ical); | ||
131 | SINK_REGISTER_PROPERTY(Event, Calendar); | 133 | SINK_REGISTER_PROPERTY(Event, Calendar); |
132 | 134 | ||
133 | SINK_REGISTER_ENTITY(Calendar); | 135 | SINK_REGISTER_ENTITY(Calendar); |