Soenneker.Calendly.OpenApiClient 4.0.98

Prefix Reserved
dotnet add package Soenneker.Calendly.OpenApiClient --version 4.0.98
                    
NuGet\Install-Package Soenneker.Calendly.OpenApiClient -Version 4.0.98
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Calendly.OpenApiClient" Version="4.0.98" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Calendly.OpenApiClient" Version="4.0.98" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Calendly.OpenApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Calendly.OpenApiClient --version 4.0.98
                    
#r "nuget: Soenneker.Calendly.OpenApiClient, 4.0.98"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Calendly.OpenApiClient@4.0.98
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Calendly.OpenApiClient&version=4.0.98
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Calendly.OpenApiClient&version=4.0.98
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.98 0 9/3/2026
4.0.97 166 8/30/2026
4.0.96 78 8/30/2026
4.0.95 163 8/26/2026
4.0.94 169 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
Loading failed