diff --git a/client/modules/crm/src/views/calendar/calendar.js b/client/modules/crm/src/views/calendar/calendar.js index 36cea2a379..4c926e3ff1 100644 --- a/client/modules/crm/src/views/calendar/calendar.js +++ b/client/modules/crm/src/views/calendar/calendar.js @@ -646,6 +646,7 @@ Espo.define('crm:views/calendar/calendar', ['view', 'lib!full-calendar'], functi this.getModelFactory().create(event.scope, function (model) { model.once('sync', function () { this.notify(false); + this.$calendar.fullCalendar('updateEvent', event); }.bind(this)); model.id = event.recordId; model.save(attributes, {patch: true}).fail(function () {