• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/update/googletonewsync.php
  • Класс: BitrixCalendarUpdateGoogleToNewSync
  • Вызов: GoogleToNewSync::processSectionDubles
private function processSectionDubles(array $linkIds)
{
	$this->processDubles(
		$linkIds,
		new SectionConnectionTable(),
		'VENDOR_SECTION_ID'
	);
}