aboutsummaryrefslogtreecommitdiff
path: root/src/periodic.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-23(hopefully) fix recurring eventsstuebinm1-2/+3
2022-01-23display calendar names alongside eventsstuebinm1-1/+1
2021-09-29Acknoledge the BYSETOPS frequency paramRuben Pollan1-1/+7
2021-09-29Add support to BYDAY in MONTHLY frequencyRuben Pollan1-10/+35
2021-09-09WIP: byday ocurrencesRuben Pollan1-6/+21
2020-05-19Add support for ical's BYDAY recursion ruleRuben Pollan1-25/+76
2018-11-27Convert periodic into iteratorRuben Pollan1-21/+36
2018-08-28Let's use Option the rustic wayRuben Pollan1-8/+8
2018-08-28Add support for month and year frequencyRuben Pollan1-10/+18
2018-08-28Add support for count on periodic eventsRuben Pollan1-2/+8
2018-08-28Get a range of datesRuben Pollan1-2/+43
2018-08-28Add support for intervals on periodicRuben Pollan1-2/+9
2018-08-25Basic periodic events supportRuben Pollan1-0/+64