• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/converter/converter.php
  • Класс: BitrixCalendarSyncOffice365ConverterConverter
  • Вызов: Converter::convertSection
public function convertSection(SectionDto $data): Section
{
	return (new Section())
		->setName($data->name)
		->setColor($this->getOurColor($data->color, $data->hexColor))
	;
}