• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/apiservice.php
  • Класс: Bitrix\Calendar\Sync\Office365\ApiService
  • Вызов: ApiService::getCalendarList
public function getCalendarList(array $params): array
{
	$response = $this->apiClient->get('me/calendars', $params);

	return (array) $response['value'];
}