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