• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/sectionmanager.php
  • Класс: BitrixCalendarSyncGoogleSectionManager
  • Вызов: SectionManager::prepareCalendarUrl
private function prepareCalendarUrl(string $vendorSectionId): string
{
	return Server::mapUri(
		$this->connection->getServer()->getFullPath()
		. self::CALENDAR_PATH,
		[
			'%CALENDAR_ID%' => Server::getEncodePath($vendorSectionId)
		]
	);
}