20 $calendarEvent = $this->getCalendarEvent(
$event);
23 return $this->makeUndefinedResponse();
26 CounterService::addEvent(EventDictionary::OPEN_EVENT_DELETED, [
27 'event_id' => $calendarEvent->getId(),
28 'category_id' => $calendarEvent->getEventOption()->getCategoryId(),
31 return $this->makeSuccessResponse();