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