• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapitransport.php
  • Класс: BitrixCalendarSyncGoogleApiTransport
  • Вызов: GoogleApiTransport::sendBatchEvents
public function sendBatchEvents($body, $calendarId, $params)
{
	$url = "https://www.googleapis.com/batch/calendar/v3/";
	$requestBody = $this->prepareMultipartMixed($body, $calendarId, $params);
	return $this->doRequest(WebHttpClient::HTTP_POST, $url, $requestBody);
}