• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/converter/eventconverter.php
  • Класс: Bitrix\Calendar\Sync\Office365\Converter\EventConverter
  • Вызов: EventConverter::prepareLocation
private function prepareLocation(?Location $location)
{
	if ($location)
	{
		return CCalendar::GetTextLocation($location->getActualLocation());
	}

	return null;
}