diff --git a/src/Entity/Calendar.php b/src/Entity/Calendar.php
index ad95661685fdb54d43119999918afac763521131..0e568786bc760ff3e6dee56b52bd83b6277adcd2 100644
--- a/src/Entity/Calendar.php
+++ b/src/Entity/Calendar.php
@@ -141,6 +141,7 @@ class Calendar extends ContentEntityBase implements CalendarInterface {
    * {@inheritdoc}
    */
   public function postSave(EntityStorageInterface $storage, $update = TRUE) {
+    parent::postSave($storage, $update);      
     $event = new CalendarEvent($this);
     $event_dispatcher = \Drupal::service('event_dispatcher');
     $event_dispatcher->dispatch(CalendarEvent::POSTSAVE_EVENT, $event);