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