• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisync.php
  • Класс: BitrixCalendarSyncGoogleApiSync
  • Вызов: GoogleApiSync::prepareCalendarList
private function prepareCalendarList(array $calendar): array
{
	$parameters = [];

	if (isset($calendar['COLOR']))
	{
		$parameters['backgroundColor'] = $calendar['COLOR'];
		$parameters['foregroundColor'] = '#ffffff';
	}

	$parameters['selected'] = 'true';

	return $parameters;
}