• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/lib/integration/calendar/syncconnector.php
  • Класс: BitrixDavIntegrationCalendarSyncConnector
  • Вызов: SyncConnector::getCalendarSectionList
static function getCalendarSectionList($calendarId, $params = [])
{
	list($sectionId, $entityType, $entityId) = $calendarId;
	$params['sectionId'] = $sectionId;
	$params['active'] = true;
	$params['skipExchange'] = isset($params['skipExchange']) ? $params['skipExchange'] : true;

	return SyncAdapter::getSectionList($entityType, $entityId, $params);
}