27 if ($item->getType() === Dictionary::CALENDAR_TYPE[
'open_event'])
32 if (!$this->hasCurrentUser())
37 if (!$this->canSeeOwnerIfExtranetUser($item, $this->user))
42 if ($this->user->isAdmin() || $this->user->isSocNetAdmin($item->getType()))
47 if ($this->isOwner($item, $this->user->getUserId()) || $this->isManager($item, $this->user->getUserId()))
52 $type = TypeModel::createFromSectionModel($item);
65 CCalendarSect::GetOperations($item->getId(), $this->user->getUserId()),