• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisync.php
  • Класс: BitrixCalendarSyncGoogleApiSync
  • Вызов: GoogleApiSync::updateCalendarList
public function updateCalendarList(string $gApiCalendarId, array $section): array
{
	return $this->syncTransport->updateCalendarList($gApiCalendarId, $this->prepareCalendarList($section));
}