ScheduleWidget 2.2.0
See the version list below for details.
dotnet add package ScheduleWidget --version 2.2.0
NuGet\Install-Package ScheduleWidget -Version 2.2.0
<PackageReference Include="ScheduleWidget" Version="2.2.0" />
paket add ScheduleWidget --version 2.2.0
#r "nuget: ScheduleWidget, 2.2.0"
// 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 | Versions 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. |
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.
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.