• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/parser/event.php
  • Класс: Bitrix\Calendar\ICal\Parser\Event
  • Вызов: Event::setLocation
public function setLocation(?ParserPropertyType $location): Event
{
	$this->location = $location;

	return $this;
}