Soenneker.CalCom.OpenApiClient
4.0.39
Prefix Reserved
dotnet add package Soenneker.CalCom.OpenApiClient --version 4.0.39
NuGet\Install-Package Soenneker.CalCom.OpenApiClient -Version 4.0.39
<PackageReference Include="Soenneker.CalCom.OpenApiClient" Version="4.0.39" />
<PackageVersion Include="Soenneker.CalCom.OpenApiClient" Version="4.0.39" />
<PackageReference Include="Soenneker.CalCom.OpenApiClient" />
paket add Soenneker.CalCom.OpenApiClient --version 4.0.39
#r "nuget: Soenneker.CalCom.OpenApiClient, 4.0.39"
#:package Soenneker.CalCom.OpenApiClient@4.0.39
#addin nuget:?package=Soenneker.CalCom.OpenApiClient&version=4.0.39
#tool nuget:?package=Soenneker.CalCom.OpenApiClient&version=4.0.39
Soenneker.CalCom.OpenApiClient
A Kiota-generated .NET client for Cal.com's v1 API.
Installation
dotnet add package Soenneker.CalCom.OpenApiClient
Usage
using Microsoft.Kiota.Abstractions.Authentication;
using Microsoft.Kiota.Http.HttpClientLibrary;
using Soenneker.CalCom.OpenApiClient;
const string apiKey = "your-api-key";
var adapter = new HttpClientRequestAdapter(new AnonymousAuthenticationProvider());
var client = new CalComOpenApiClient(adapter);
await using Stream? response = await client.Users.GetAsync(config =>
{
config.QueryParameters.ApiKey = apiKey;
});
Cal.com's schema models the API key as a required apiKey query parameter, so direct consumers must set it on every operation. For dependency injection and automatic query authentication, use Soenneker.CalCom.OpenApiClientUtil instead.
The generated surface follows the source schema. Some operations return Stream because their response schema is not defined; dispose those streams after reading them. Regeneration may also change request builders and models when the upstream document changes.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Kiota.Http.HttpClientLibrary (>= 2.1.2)
- Microsoft.Kiota.Serialization.Form (>= 2.1.2)
- Microsoft.Kiota.Serialization.Json (>= 2.1.2)
- Microsoft.Kiota.Serialization.Multipart (>= 2.1.2)
- Microsoft.Kiota.Serialization.Text (>= 2.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.CalCom.OpenApiClient:
| Package | Downloads |
|---|---|
|
Soenneker.CalCom.OpenApiClientUtil
A thread-safe utility for obtaining CalCom's OpenApiClient singleton. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.39 | 0 | 9/15/2026 |
| 4.0.38 | 98 | 9/12/2026 |
| 4.0.37 | 150 | 9/8/2026 |
| 4.0.36 | 200 | 9/4/2026 |
| 4.0.35 | 120 | 9/4/2026 |
| 4.0.34 | 161 | 9/3/2026 |
| 4.0.33 | 113 | 9/3/2026 |
| 4.0.32 | 119 | 9/3/2026 |
| 4.0.31 | 188 | 8/30/2026 |
| 4.0.30 | 90 | 8/30/2026 |
| 4.0.29 | 306 | 8/15/2026 |
| 4.0.28 | 236 | 8/1/2026 |
| 4.0.27 | 252 | 7/28/2026 |
| 4.0.26 | 383 | 7/16/2026 |
| 4.0.25 | 218 | 7/10/2026 |
| 4.0.24 | 125 | 7/9/2026 |
| 4.0.23 | 131 | 7/7/2026 |
| 4.0.22 | 125 | 7/4/2026 |
| 4.0.21 | 187 | 6/27/2026 |
| 4.0.20 | 132 | 6/25/2026 |