25 $collabId =
$event->getCollab()->getId();
26 $calendarType = Dictionary::CALENDAR_TYPE[
'group'];
28 if (self::isSectionExist($collabId, $calendarType))
33 \CCalendarSect::CreateDefault(
array(
34 'type' => $calendarType,
35 'ownerId' => $collabId,
41 self::getLogger()->log($e);