• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::GetFormatedDestination
static function GetFormatedDestination($codes = [])
{
	$ac = CSocNetLogTools::FormatDestinationFromRights($codes, array(
		"CHECK_PERMISSIONS_DEST" => "Y",
		"DESTINATION_LIMIT" => 100000,
		"NAME_TEMPLATE" => "#NAME# #LAST_NAME#",
		"PATH_TO_USER" => "/company/personal/user/#user_id#/",
	));

	return $ac;
}