• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/builders/eventbuilderfromarray.php
  • Класс: BitrixCalendarCoreBuildersEventBuilderFromArray
  • Вызов: EventBuilderFromArray::getLocation
protected function getLocation(): ?Location
{
	return $this->prepareLocation($this->fields['LOCATION'] ?? null);
}