Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display calendar names alongside events | stuebinm | 2022-01-23 | 1 | -1/+6 |
* | Fix status cancelled typo | Ruben Pollan | 2021-09-09 | 1 | -1/+1 |
* | Implement PartialOrd for dates and events | Ruben Pollan | 2018-12-10 | 1 | -1/+7 |
* | Use iterators and itertools to produce events | Ruben Pollan | 2018-12-10 | 1 | -14/+0 |
* | Implement Ord for events | Ruben Pollan | 2018-11-27 | 1 | -3/+15 |
* | Let's use Option the rustic way | Ruben Pollan | 2018-08-28 | 1 | -2/+2 |
* | Get events from the list by date | Ruben Pollan | 2018-08-28 | 1 | -0/+14 |
* | Get a range of dates | Ruben Pollan | 2018-08-28 | 1 | -3/+24 |
* | Move date to its own module | Ruben Pollan | 2018-08-28 | 1 | -107/+1 |
* | Implement Orc for dates | Ruben Pollan | 2018-08-27 | 1 | -21/+35 |
* | Recognize absolute times | Ruben Pollan | 2018-08-27 | 1 | -6/+15 |
* | Add empty date creator | Ruben Pollan | 2018-08-25 | 1 | -2/+6 |
* | Add test to Date parser | Ruben Pollan | 2018-08-23 | 1 | -0/+19 |
* | Add Events type | Ruben Pollan | 2018-04-29 | 1 | -7/+7 |
* | Move event to it's own module | Ruben Pollan | 2018-04-29 | 1 | -0/+123 |