public function __construct(Calendar $calendar, $id = null)
 {
     parent::__construct($calendar);
     if (null !== $id) {
         $this->id = $id;
         $this->changedProperties['id'] = true;
     }
 }