• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/converter/eventconverter.php
  • Класс: Bitrix\Calendar\Sync\Office365\Converter\EventConverter
  • Вызов: EventConverter::prepareDescription
private function prepareDescription(Event $event): string
{
	$description = (new EventDescription())->prepareForExport($event);

	return $description ? \CCalendarEvent::ParseText($this->parseImagesInDescription($description)) : '';
}