• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/controller/syncajax.php
  • Класс: BitrixCalendarControllerSyncAjax
  • Вызов: SyncAjax::getAllSectionsForOffice365Action
public function getAllSectionsForOffice365Action(int $connectionId)
{
	return CCalendarSect::getAllSectionsForVendor($connectionId, [SyncOffice365Helper::ACCOUNT_TYPE]);
}