897
Downloads
229
Downloads of v 2.2.0
2013-03-01
Last update
ScheduleWidget
2.2.0
ScheduleWidget handles recurring events for calendars
To install ScheduleWidget, run the following command in the Package Manager Console
PM> Install-Package ScheduleWidget
Release Notes
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.
Owners
Authors
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| ScheduleWidget 2.2.0 | 229 | Friday, March 01 2013 |
| ScheduleWidget 2.1.0 | 551 | Friday, July 27 2012 |
| ScheduleWidget 2.0.0 | 117 | Friday, June 15 2012 |