• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/icloud/abstractmanager.php
  • Класс: BitrixCalendarSyncIcloudAbstractManager
  • Вызов: AbstractManager::prepareApiService
protected function prepareApiService(Connection $connection): ApiService
{
	$server = $this->prepareServerData($connection->getServer());

	return new ApiService($server, $this->userId);
}