Calendarific 1.0.606

There is a newer version of this package available.
See the version list below for details.
dotnet add package Calendarific --version 1.0.606
                    
NuGet\Install-Package Calendarific -Version 1.0.606
                    
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="Calendarific" Version="1.0.606" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Calendarific" Version="1.0.606" />
                    
Directory.Packages.props
<PackageReference Include="Calendarific" />
                    
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 Calendarific --version 1.0.606
                    
#r "nuget: Calendarific, 1.0.606"
                    
#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 Calendarific@1.0.606
                    
#: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=Calendarific&version=1.0.606
                    
Install as a Cake Addin
#tool nuget:?package=Calendarific&version=1.0.606
                    
Install as a Cake Tool

Calendarific SDK .NET

Calendarific API client wrapper for .NET projects

GitHub license Time tracker

API Client Boilerplate

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality (main branch)

Codacy Badge Codacy Badge

codecov CodeFactor

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
Calendarific Calendarific NuGet Version Calendarific NuGet Downloads

Features

Implements all features of Calendarific API available at Calendarific API Documentation

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #N

Usage

using Calendarific;
using System;
using System.Threading.Tasks;
using System.Collections.Generic;

namespace Example
{
    class Program
    {
        static async Task Main(string[] args)
        {
            var client = new CalendarificClient("YOUR_API_KEY");

            var languages = await client.GetLanguagesAsync();
            Console.WriteLine(languages);

            var countries = await client.GetCountriesAsync();
            Console.WriteLine(countries);

            var parameters = new Dictionary<string, string>
            {
                { "country", "US" }, { "year", "2023" }
            };
            var holidays = await client.GetHolidaysAsync(parameters);
            Console.WriteLine(holidays);
        }
    }
}

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.687 40 9/22/2025
1.0.684 42 9/22/2025
1.0.679 205 9/15/2025
1.0.674 219 9/15/2025
1.0.671 202 9/15/2025
1.0.664 205 9/15/2025
1.0.657 202 9/15/2025
1.0.649 204 9/15/2025
1.0.644 75 9/12/2025
1.0.641 77 9/12/2025
1.0.623 88 9/12/2025
1.0.606 137 8/11/2025
1.0.600 133 8/11/2025
1.0.594 517 7/23/2025
1.0.587 152 6/16/2025
1.0.584 179 5/27/2025
1.0.578 165 5/19/2025
1.0.575 229 5/12/2025
1.0.572 228 4/14/2025
1.0.569 213 4/14/2025
1.0.564 217 4/14/2025
1.0.557 185 4/7/2025
1.0.552 190 3/31/2025
1.0.549 189 3/19/2025
1.0.539 166 3/17/2025
1.0.530 132 2/24/2025
1.0.524 142 2/22/2025
1.0.521 144 2/21/2025
1.0.518 135 2/21/2025
1.0.511 129 2/20/2025
1.0.501 154 2/10/2025
1.0.498 127 2/10/2025
1.0.493 124 1/27/2025
1.0.490 115 1/21/2025
1.0.486 126 1/20/2025
1.0.476 116 1/20/2025
1.0.467 113 1/13/2025
1.0.464 120 1/13/2025
1.0.454 110 1/13/2025
1.0.445 146 1/6/2025
1.0.442 127 1/6/2025
1.0.437 129 1/6/2025
1.0.430 127 12/30/2024
1.0.427 121 12/30/2024
1.0.422 140 12/23/2024
1.0.419 125 12/23/2024
1.0.414 126 12/23/2024
1.0.407 133 12/9/2024
1.0.404 131 12/9/2024
1.0.399 131 12/2/2024
1.0.396 134 11/26/2024
1.0.390 131 11/26/2024
1.0.383 130 11/18/2024
1.0.375 120 11/18/2024
1.0.368 138 11/15/2024
1.0.364 122 10/28/2024
1.0.361 148 10/21/2024
1.0.357 123 10/14/2024
1.0.354 128 10/14/2024
1.0.351 120 10/14/2024
1.0.344 140 10/2/2024
1.0.339 132 9/23/2024
1.0.331 162 9/16/2024
1.0.328 167 9/9/2024
1.0.325 145 9/9/2024
1.0.320 150 9/9/2024
1.0.313 164 9/6/2024
1.0.294 158 9/3/2024
1.0.276 146 8/26/2024
1.0.273 141 8/26/2024
1.0.266 178 8/24/2024
1.0.252 131 7/15/2024
1.0.249 135 7/15/2024
1.0.244 143 5/27/2024
1.0.241 139 5/27/2024
1.0.236 159 5/27/2024
1.0.229 151 4/29/2024
1.0.226 160 4/29/2024
1.0.221 157 4/22/2024
1.0.218 155 4/15/2024
1.0.215 136 4/15/2024
1.0.210 160 3/18/2024
1.0.207 153 2/26/2024
1.0.204 146 2/20/2024
1.0.201 145 2/20/2024
1.0.196 143 2/19/2024
1.0.187 170 2/12/2024
1.0.184 187 1/16/2024
1.0.181 167 1/16/2024
1.0.176 166 1/15/2024
1.0.169 173 1/8/2024
1.0.166 195 12/25/2023
1.0.163 194 12/25/2023
1.0.155 184 12/14/2023
1.0.149 177 12/11/2023
1.0.146 157 12/11/2023
1.0.141 180 12/4/2023
1.0.138 169 11/21/2023
1.0.135 115 11/20/2023
1.0.132 166 11/20/2023
1.0.127 174 11/13/2023
1.0.124 152 11/9/2023
1.0.119 155 11/7/2023
1.0.115 172 11/6/2023
1.0.112 165 10/23/2023
1.0.109 186 10/16/2023
1.0.106 177 10/16/2023
1.0.101 178 10/16/2023
1.0.94 200 9/19/2023
1.0.91 163 9/19/2023
1.0.82 195 9/4/2023
1.0.79 218 8/24/2023
1.0.76 200 8/24/2023
1.0.73 209 8/14/2023
1.0.70 243 8/8/2023
1.0.67 220 7/17/2023
1.0.64 215 7/11/2023
1.0.61 221 7/10/2023
1.0.56 222 7/3/2023
1.0.53 228 6/15/2023
1.0.50 217 6/5/2023
1.0.47 213 6/5/2023
1.0.42 226 5/22/2023
1.0.39 205 5/22/2023
1.0.25 217 5/4/2023
1.0.22 227 5/3/2023
1.0.17 248 4/11/2023
1.0.14 236 4/10/2023