• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/apiservice.php
  • Класс: BitrixCalendarSyncOffice365ApiService
  • Вызов: ApiService::getEvent
public function getEvent(array $params): array
{
	return $this->apiClient->get(
		'me/events/' . $params['filter']['event_id'],
		$params
	);
}