• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapibatch.php
  • Класс: BitrixCalendarSyncGoogleApiBatch
  • Вызов: GoogleApiBatch::getEventsExternalFields
private function getEventsExternalFields(int $userId, array $events, string $gApiCalendarId): array
{
	return (new GoogleApiSync($userId))
		->saveBatchEvents($this->preparedEventToBatch($events), $gApiCalendarId, ['method' => HttpClient::HTTP_POST])
	;
}