summaryrefslogtreecommitdiffstats
path: root/common/domain/typeimplementations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/typeimplementations.cpp')
-rw-r--r--common/domain/typeimplementations.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/typeimplementations.cpp b/common/domain/typeimplementations.cpp
index fe70d74..615c8e8 100644
--- a/common/domain/typeimplementations.cpp
+++ b/common/domain/typeimplementations.cpp
@@ -207,6 +207,8 @@ void TypeImplementation<Event>::configure(PropertyMapper &propertyMapper)
207 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Description, description); 207 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Description, description);
208 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Uid, uid); 208 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Uid, uid);
209 SINK_REGISTER_SERIALIZER(propertyMapper, Event, StartTime, startTime); 209 SINK_REGISTER_SERIALIZER(propertyMapper, Event, StartTime, startTime);
210 SINK_REGISTER_SERIALIZER(propertyMapper, Event, EndTime, endTime);
211 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Ical, ical);
210 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Calendar, calendar); 212 SINK_REGISTER_SERIALIZER(propertyMapper, Event, Calendar, calendar);
211} 213}
212 214