• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/startsynccontroller.php
  • Класс: BitrixCalendarSyncOffice365StartSyncController
  • Вызов: StartSyncController::sendResult
private function sendResult(string $stage)
{
	$this->sendStatus([
		'vendorName'  => Helper::ACCOUNT_TYPE,
		'accountName' => $this->getAccountName(),
		'stage'       => $stage,
	]);
}