Add EndTime and Ical attributes to Event
ClosedPublic

Authored by rnicole on Apr 10 2018, 1:40 PM.

Details

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)

Diff Detail

Repository
R9 Sink
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
rnicole requested review of this revision.Apr 10 2018, 1:40 PM
rnicole created this revision.
cmollekopf requested changes to this revision.Apr 11 2018, 8:21 AM

Please also register the property in applicationdomaintype.cpp. The rest looks good.

This revision now requires changes to proceed.Apr 11 2018, 8:21 AM

I'm confused, the properties are registered in applicationdomaintype.cpp (line 131-132)

I'm confused, the properties are registered in applicationdomaintype.cpp (line 131-132)

My bad, overlooked it ;-)

cmollekopf accepted this revision.Apr 11 2018, 8:36 AM

Given the comment on https://phabricator.kde.org/D12087, I'll wait for those changes until I apply this.

This revision is now accepted and ready to land.Apr 11 2018, 8:36 AM

nvm. I'll land this and we can do the next step separately.

This revision was automatically updated to reflect the committed changes.