aboutsummaryrefslogtreecommitdiff
path: root/src/periodic.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* (hopefully) fix recurring eventsstuebinm2022-01-231-2/+3
* display calendar names alongside eventsstuebinm2022-01-231-1/+1
* Acknoledge the BYSETOPS frequency paramRuben Pollan2021-09-291-1/+7
* Add support to BYDAY in MONTHLY frequencyRuben Pollan2021-09-291-10/+35
* WIP: byday ocurrencesRuben Pollan2021-09-091-6/+21
* Add support for ical's BYDAY recursion ruleRuben Pollan2020-05-191-25/+76
* Convert periodic into iteratorRuben Pollan2018-11-271-21/+36
* Let's use Option the rustic wayRuben Pollan2018-08-281-8/+8
* Add support for month and year frequencyRuben Pollan2018-08-281-10/+18
* Add support for count on periodic eventsRuben Pollan2018-08-281-2/+8
* Get a range of datesRuben Pollan2018-08-281-2/+43
* Add support for intervals on periodicRuben Pollan2018-08-281-2/+9
* Basic periodic events supportRuben Pollan2018-08-251-0/+64