schedules 0.0.3 copy "schedules: ^0.0.3" to clipboard
schedules: ^0.0.3 copied to clipboard

A powerful and flexible library for managing recurring events and schedules. With Schedules, you can easily define complex schedules, including recurring events with custom intervals, exceptions, and [...]

0.0.3 #

  • Add a release workflow file
  • Add test and analyze workflow for CI
  • Add an example
  • Improve description

0.0.2 #

  • Fix typos and grammar in README

0.0.1 - Initial Version (2023-10-08) #

  • Schedule sealed base class with subclasses for different schedule types:
    • Singular: A single occurrence
    • Daily: Repeats every n days
    • Weekly: Repeats every n weeks on the given weekdays (Su - Sa)
    • Monthly: Repeats every n months on the given day(s) of the month
    • Yearly: Repeats every n years on the specified date
  • Optional endDate parameter to constrain the schedule
9
likes
0
points
87
downloads

Publisher

verified publisherandyhorn.dev

Weekly Downloads

A powerful and flexible library for managing recurring events and schedules. With Schedules, you can easily define complex schedules, including recurring events with custom intervals, exceptions, and more. Whether you're building a calendar app, a task scheduler, or anything in between, Schedules has you covered.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on schedules