• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/helper.php
  • Класс: BitrixCalendarSharingHelper
  • Вызов: Helper::getShortUrl
static function getShortUrl(string $url): string
{
	return CCalendar::GetServerPath() . CBXShortUri::getShortUri($url);
}