Add calendar support in the Test Store
ClosedPublic

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

Diff Detail

Repository
R162 Kube
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:48 PM
rnicole created this revision.
cmollekopf added inline comments.Apr 11 2018, 8:24 AM
tests/teststore.cpp
143

Setting properties twice should not be necessary. Set the ical property only, and make sure that you extract the other properties in an extractor in the resource (Just like it's done for mail).

This also means all event properties should be marked as extracted properties instead.

rnicole updated this revision to Diff 31893.Apr 11 2018, 3:07 PM
rnicole marked an inline comment as done.
  • Update to the adding of the Event preprocessor in Sink (T8485)
  • Set the resources correctly in the calendar view
cmollekopf accepted this revision.Apr 12 2018, 11:24 PM
This revision is now accepted and ready to land.Apr 12 2018, 11:24 PM
This revision was automatically updated to reflect the committed changes.