• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisection.php
  • Класс: BitrixCalendarSyncGoogleApiSection
  • Вызов: GoogleApiSection::updateSectionList
public function updateSectionList(string $gApiCalendarId, array $section): array
{
	$googleApiSync = new GoogleApiSync($section['OWNER_ID']);
	return $googleApiSync->updateCalendarList($gApiCalendarId, $section);
}