• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapitransport.php
  • Класс: BitrixCalendarSyncGoogleApiTransport
  • Вызов: GoogleApiTransport::getColors
public function getColors()
{
	$this->currentMethod = __METHOD__;
	return $this->doRequest(WebHttpClient::HTTP_GET, self::API_BASE_URL . '/colors');
}