diff --git a/source/Ox.UI/js/Calendar/CalendarEditor.js b/source/Ox.UI/js/Calendar/CalendarEditor.js index 99a8869f..abb832b3 100644 --- a/source/Ox.UI/js/Calendar/CalendarEditor.js +++ b/source/Ox.UI/js/Calendar/CalendarEditor.js @@ -583,6 +583,8 @@ Ox.CalendarEditor = function(options, self) { self.options.addEvent(encodeValues(event), function(result) { if (result.status.code == '200') { event.id = result.data.id; + event.created = result.data.created; + event.modified = result.data.modified; if (self.options.hasMatches) { event.matches = result.data.matches; }