• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapibatch.php
  • Класс: BitrixCalendarSyncGoogleApiBatch
  • Вызов: GoogleApiBatch::syncEvents
private function syncEvents($events, $userId, $gApiCalendarId): array
{
	return $this->mergeLocalEventWithExternalData(
		$events, $this->getEventsExternalFields($userId, $events, $gApiCalendarId));
}