• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisync.php
  • Класс: BitrixCalendarSyncGoogleApiSync
  • Вызов: GoogleApiSync::getCalendarColor
private function getCalendarColor($colorId, $background = true)
{
	$calendarColors = is_array($this->calendarColors) ? $this->calendarColors : array();
	return $calendarColors[$colorId][($background ? 'background' : 'foreground')];
}