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