protected function isRoomBusy($room) { $busy = $this->getRoomHandler() ->getAllRoomsAvailability() ->getRoom($room->getId()) ->isBusy($this->getMeetingLength()); return $busy; }