• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/converter/colorconverter.php
  • Класс: BitrixCalendarSyncOffice365ConverterColorConverter
  • Вызов: ColorConverter::fromOffice
static function fromOffice(string $color, ?string $hexColor = null): ?string
{
	return $hexColor ?:
		self::MAP_IMPORT[$color]
		?? null
		;
}