aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* display calendar names alongside eventsstuebinm2022-01-231-1/+6
* Fix status cancelled typoRuben Pollan2021-09-091-1/+1
* Implement PartialOrd for dates and eventsRuben Pollan2018-12-101-1/+7
* Use iterators and itertools to produce eventsRuben Pollan2018-12-101-14/+0
* Implement Ord for eventsRuben Pollan2018-11-271-3/+15
* Let's use Option the rustic wayRuben Pollan2018-08-281-2/+2
* Get events from the list by dateRuben Pollan2018-08-281-0/+14
* Get a range of datesRuben Pollan2018-08-281-3/+24
* Move date to its own moduleRuben Pollan2018-08-281-107/+1
* Implement Orc for datesRuben Pollan2018-08-271-21/+35
* Recognize absolute timesRuben Pollan2018-08-271-6/+15
* Add empty date creatorRuben Pollan2018-08-251-2/+6
* Add test to Date parserRuben Pollan2018-08-231-0/+19
* Add Events typeRuben Pollan2018-04-291-7/+7
* Move event to it's own moduleRuben Pollan2018-04-291-0/+123