• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/builders/buildereventwithlocalevent.php
  • Класс: BitrixCalendarSyncGoogleBuildersBuilderEventWithLocalEvent
  • Вызов: BuilderEventWithLocalEvent::build
public function build(): Event
{
	$this->event
		->setDescription($this->externalEvent['description'])
		->setLocation($this->getLocation())
	;

	return $this->event;
}