27 $eventId = (int)($this->event->getData()[
'ID'] ??
null);
34 switch ($this->event->getType())
36 case EventDictionary::EVENT_SPACE_CALENDAR_EVENT_DEL:
37 $this->onEventDelete($eventId);
39 case EventDictionary::EVENT_SPACE_CALENDAR_EVENT_REMOVE_USERS:
40 $this->onEventRemoveUsers($eventId);
43 $this->onDefaultEvent($eventId);