• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/builders/buildersynceventfromexternaldata.php
  • Класс: BitrixCalendarSyncGoogleBuildersBuilderSyncEventFromExternalData
  • Вызов: BuilderSyncEventFromExternalData::getLocation
private function getLocation(): ?CoreEventPropertiesLocation
{
	if (!empty($this->item['location']))
	{
		$parsedLocation = BitrixCalendarRoomsUtil::unParseTextLocation($this->item['location']);

		return new CoreEventPropertiesLocation($parsedLocation['NEW']);
	}

	return null;
}