aboutsummaryrefslogtreecommitdiff
path: root/src/calendar.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-19Set the actual duration for the end of the eventRuben Pollan1-2/+2
2018-12-10Implement PartialOrd for dates and eventsRuben Pollan1-1/+1
2018-12-10Use iterators and itertools to produce eventsRuben Pollan1-12/+8
2018-11-27Implement Ord for eventsRuben Pollan1-1/+1
2018-11-27Convert periodic into iteratorRuben Pollan1-1/+5
2018-08-28Get events from the list by dateRuben Pollan1-2/+2
2018-08-28Get a range of datesRuben Pollan1-8/+46
2018-08-28Move date to its own moduleRuben Pollan1-1/+2
2018-08-28Add support for intervals on periodicRuben Pollan1-2/+4
2018-08-25Basic periodic events supportRuben Pollan1-3/+37
2018-04-29Add Events typeRuben Pollan1-0/+56