• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/sectionmanager.php
  • Класс: BitrixCalendarSyncGoogleSectionManager
  • Вызов: SectionManager::updateSectionColor
private function updateSectionColor(SyncEntitiesSyncSection $syncSection): void
{
	$this->httpClient->put(
		$this->createCalendarListUpdateUrl($syncSection->getSectionConnection()->getVendorSectionId()),
		$this->prepareUpdateColorParams($syncSection)
	);
}