Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-08-28 | Let's use Option the rustic way | Ruben Pollan | 3 | -15/+11 |
2018-08-28 | Add support for month and year frequency | Ruben Pollan | 2 | -11/+47 |
2018-08-28 | Add support for count on periodic events | Ruben Pollan | 2 | -3/+11 |
2018-08-28 | Get events from the list by date | Ruben Pollan | 2 | -2/+16 |
2018-08-28 | Get a range of dates | Ruben Pollan | 4 | -17/+124 |
2018-08-28 | Add +, now and is_empty to Date | Ruben Pollan | 1 | -1/+23 |
2018-08-28 | Make dates more rusty | Ruben Pollan | 1 | -10/+12 |
2018-08-28 | Move date to its own module | Ruben Pollan | 4 | -108/+116 |
2018-08-28 | Add support for intervals on periodic | Ruben Pollan | 2 | -4/+13 |
2018-08-27 | Implement Orc for dates | Ruben Pollan | 1 | -21/+35 |
2018-08-27 | Recognize absolute times | Ruben Pollan | 1 | -6/+15 |
2018-08-25 | Basic periodic events support | Ruben Pollan | 4 | -3/+103 |
2018-08-25 | Add empty date creator | Ruben Pollan | 1 | -2/+6 |
2018-08-23 | Add test to Date parser | Ruben Pollan | 1 | -0/+19 |
2018-04-29 | Add Events type | Ruben Pollan | 5 | -86/+95 |
2018-04-29 | Move event to it's own module | Ruben Pollan | 3 | -120/+128 |
2018-04-29 | Add status to event | Ruben Pollan | 1 | -0/+24 |
2018-04-29 | Sort the events | Ruben Pollan | 1 | -0/+29 |
2018-04-29 | Simple ics parser | Ruben Pollan | 2 | -1/+148 |