• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/managers/vendordataexchangemanager.php
  • Класс: BitrixCalendarSyncManagersVendorDataExchangeManager
  • Вызов: VendorDataExchangeManager::handleImportedSections
public function handleImportedSections(SyncEntitiesSyncSectionMap $externalSyncSectionMap): void
{
	$this->mergeSyncedSyncSectionsWithSavedSections($externalSyncSectionMap);
	$this->handleSectionsToLocalStorage($externalSyncSectionMap);
	$this->removeDeletedExternalSections($externalSyncSectionMap);
}