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