26 if ($item->getType() === Dictionary::CALENDAR_TYPE[
'open_event'])
31 if (!$this->hasCurrentUser())
36 if (!$this->canSeeOwnerIfExtranetUser($item, $this->user))
41 if ($this->user->isAdmin() || $this->user->isSocNetAdmin($item->getType()))
46 if ($this->isOwner($item, $this->user->getUserId()) || $this->isManager($item, $this->user->getUserId()))
51 $type = TypeModel::createFromSectionModel($item);
63 CCalendarSect::GetOperations($item->getId(), $this->user->getUserId()),