• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/builders/buildereventwithlocalevent.php
  • Класс: BitrixCalendarSyncGoogleBuildersBuilderEventWithLocalEvent
  • Вызов: BuilderEventWithLocalEvent::getLocation
private function getLocation(): ?Location
{
	if ($this->externalEvent['location'])
	{
		return  new Location($this->externalEvent['location']);
	}

	return null;
}