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