ScheduleWidget 2.2.0

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

// Install ScheduleWidget as a Cake Tool
#tool nuget:?package=ScheduleWidget&version=2.2.0

ScheduleWidget handles recurring events for calendars

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ScheduleWidget:

Package Downloads
EventCalendar.Core

EventCalendar package core files

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.1 85,883 3/22/2019
2.5.0 243,145 9/26/2014
2.4.0 31,225 12/15/2013
2.2.0 7,547 3/1/2013
2.1.0 11,669 7/27/2012
2.0.0 1,710 6/15/2012

Changes from v2.1:

Dajo Hein (https://github.com/dajohein) contributed recurring events for every nn weeks. To support weekly events (e.g., recur every 2 weeks on a Mon) an Event class now has the nullable DateTime property FirstDateTime.

Modified Schedule Occurrences method to default to the FirstDateTime date as a start date in the date range. If FirstDateTime is null then it uses the StartDateTime passed into the method.

Kurt Mang (https://github.com/shakinghand) contributed recurring quarterly events.

James Still added yearly events merely for the sake of completeness. :)

For sample usage see project site or unit tests at github (https://github.com/jamesstill/ScheduleWidget). Unit tests use NUnit 2.6.2. If you use TestDriven.NET then you'll have to upgrade to v.3.4 to run the unit tests. Otherwise you can always use NUnit normally.