Soenneker.Calendly.OpenApiClient
4.0.97
Prefix Reserved
dotnet add package Soenneker.Calendly.OpenApiClient --version 4.0.97
NuGet\Install-Package Soenneker.Calendly.OpenApiClient -Version 4.0.97
<PackageReference Include="Soenneker.Calendly.OpenApiClient" Version="4.0.97" />
<PackageVersion Include="Soenneker.Calendly.OpenApiClient" Version="4.0.97" />
<PackageReference Include="Soenneker.Calendly.OpenApiClient" />
paket add Soenneker.Calendly.OpenApiClient --version 4.0.97
#r "nuget: Soenneker.Calendly.OpenApiClient, 4.0.97"
#:package Soenneker.Calendly.OpenApiClient@4.0.97
#addin nuget:?package=Soenneker.Calendly.OpenApiClient&version=4.0.97
#tool nuget:?package=Soenneker.Calendly.OpenApiClient&version=4.0.97
Soenneker.Calendly.OpenApiClient
A Kiota-generated .NET client for Calendly's API.
Installation
dotnet add package Soenneker.Calendly.OpenApiClient
Usage
using System.Net.Http.Headers;
using Microsoft.Kiota.Abstractions.Authentication;
using Microsoft.Kiota.Http.HttpClientLibrary;
using Soenneker.Calendly.OpenApiClient;
using Soenneker.Calendly.OpenApiClient.Models;
var httpClient = new HttpClient();
httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "your-personal-access-token");
var adapter = new HttpClientRequestAdapter(new AnonymousAuthenticationProvider(), httpClient: httpClient);
var client = new CalendlyOpenApiClient(adapter);
GetCurrentUser200Response? response = await client.Users.Me.GetAsync();
Keep the HttpClient long-lived rather than creating one per request. For dependency injection, configuration-based authentication, and managed client reuse, use Soenneker.Calendly.OpenApiClientUtil.
The request builders and models are generated from Calendly's OpenAPI document and can change when that document changes. Review package upgrades when you depend on generated names or response shapes.
| 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.0.0)
- Microsoft.Kiota.Serialization.Form (>= 2.0.0)
- Microsoft.Kiota.Serialization.Json (>= 2.0.0)
- Microsoft.Kiota.Serialization.Multipart (>= 2.0.0)
- Microsoft.Kiota.Serialization.Text (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Calendly.OpenApiClient:
| Package | Downloads |
|---|---|
|
Soenneker.Calendly.OpenApiClientUtil
A thread-safe utility for obtaining Calendly's OpenApiClient singleton. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.97 | 143 | 8/30/2026 |
| 4.0.96 | 57 | 8/30/2026 |
| 4.0.95 | 142 | 8/26/2026 |
| 4.0.94 | 168 | 8/25/2026 |
| 4.0.93 | 174 | 8/15/2026 |
| 4.0.92 | 109 | 8/13/2026 |
| 4.0.91 | 127 | 8/12/2026 |
| 4.0.90 | 117 | 8/11/2026 |
| 4.0.89 | 103 | 8/10/2026 |
| 4.0.88 | 142 | 8/8/2026 |
| 4.0.87 | 171 | 8/6/2026 |
| 4.0.86 | 125 | 8/1/2026 |
| 4.0.85 | 118 | 7/31/2026 |
| 4.0.84 | 149 | 7/29/2026 |
| 4.0.83 | 213 | 7/27/2026 |
| 4.0.82 | 159 | 7/23/2026 |
| 4.0.81 | 119 | 7/21/2026 |
| 4.0.80 | 281 | 7/16/2026 |
| 4.0.79 | 100 | 7/16/2026 |
| 4.0.78 | 210 | 7/15/2026 |