• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/controller/calendarajax.php
  • Класс: BitrixCalendarControllerCalendarAjax
  • Вызов: CalendarAjax::getSectionListAction
public function getSectionListAction($type, $ownerId): array
{
	return [
		'sections' => CCalendarSect::prepareSectionListResponse($type, (int)$ownerId)
	];
}