Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (hopefully) fix recurring events | stuebinm | 2022-01-23 | 1 | -2/+3 |
| | |||||
* | display calendar names alongside events | stuebinm | 2022-01-23 | 4 | -7/+22 |
| | |||||
* | Acknoledge the BYSETOPS frequency param | Ruben Pollan | 2021-09-29 | 1 | -1/+7 |
| | |||||
* | Add support to BYDAY in MONTHLY frequency | Ruben Pollan | 2021-09-29 | 2 | -10/+55 |
| | |||||
* | WIP: byday ocurrences | Ruben Pollan | 2021-09-09 | 1 | -6/+21 |
| | |||||
* | Fix status cancelled typo | Ruben Pollan | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | Add some tests to date | Ruben Pollan | 2020-05-19 | 1 | -0/+35 |
| | |||||
* | Release 0.3.0 and update dependencies | Ruben Pollan | 2020-05-19 | 1 | -4/+4 |
| | |||||
* | Print events that spawn several days in a more pretty way | Ruben Pollan | 2020-05-19 | 1 | -11/+25 |
| | |||||
* | Add support for ical's BYDAY recursion rule | Ruben Pollan | 2020-05-19 | 3 | -27/+107 |
| | |||||
* | Set the actual duration for the end of the event | Ruben Pollan | 2020-05-19 | 1 | -2/+2 |
| | |||||
* | Keep line changes in the description | Ruben Pollan | 2018-12-17 | 1 | -1/+2 |
| | |||||
* | Add period to the config file | Ruben Pollan | 2018-12-17 | 2 | -3/+15 |
| | |||||
* | Print times in the local timezone | Ruben Pollan | 2018-12-10 | 1 | -2/+2 |
| | |||||
* | Add an empty line at the end of the output | Ruben Pollan | 2018-12-10 | 1 | -0/+1 |
| | |||||
* | Add the missing config file | Ruben Pollan | 2018-12-10 | 1 | -0/+28 |
| | |||||
* | Add config file | Ruben Pollan | 2018-12-10 | 3 | -2/+38 |
| | |||||
* | Update readme and usage | Ruben Pollan | 2018-12-10 | 1 | -1/+8 |
| | |||||
* | Print the missing unfinished events | Ruben Pollan | 2018-12-10 | 1 | -17/+33 |
| | |||||
* | Pretty print events | Ruben Pollan | 2018-12-10 | 2 | -1/+71 |
| | |||||
* | Implement PartialOrd for dates and events | Ruben Pollan | 2018-12-10 | 3 | -3/+15 |
| | |||||
* | Configurable period | Ruben Pollan | 2018-12-10 | 1 | -3/+15 |
| | |||||
* | Use iterators and itertools to produce events | Ruben Pollan | 2018-12-10 | 4 | -36/+21 |
| | |||||
* | Derive PartialOrd and PartialEq for dates | Ruben Pollan | 2018-11-27 | 1 | -14/+2 |
| | |||||
* | Implement Ord for events | Ruben Pollan | 2018-11-27 | 2 | -4/+16 |
| | |||||
* | Read and merge multiple icals | Ruben Pollan | 2018-11-27 | 2 | -10/+22 |
| | |||||
* | Convert periodic into iterator | Ruben Pollan | 2018-11-27 | 2 | -22/+41 |
| | |||||
* | Convert the project into a lib + main | Ruben Pollan | 2018-11-26 | 2 | -15/+18 |
| | |||||
* | Let's use Option the rustic way | Ruben Pollan | 2018-08-28 | 3 | -15/+11 |
| | |||||
* | Add support for month and year frequency | Ruben Pollan | 2018-08-28 | 2 | -11/+47 |
| | |||||
* | Add support for count on periodic events | Ruben Pollan | 2018-08-28 | 2 | -3/+11 |
| | |||||
* | Get events from the list by date | Ruben Pollan | 2018-08-28 | 2 | -2/+16 |
| | |||||
* | Get a range of dates | Ruben Pollan | 2018-08-28 | 4 | -17/+124 |
| | |||||
* | Add +, now and is_empty to Date | Ruben Pollan | 2018-08-28 | 1 | -1/+23 |
| | |||||
* | Make dates more rusty | Ruben Pollan | 2018-08-28 | 1 | -10/+12 |
| | |||||
* | Move date to its own module | Ruben Pollan | 2018-08-28 | 4 | -108/+116 |
| | |||||
* | Add support for intervals on periodic | Ruben Pollan | 2018-08-28 | 2 | -4/+13 |
| | |||||
* | Implement Orc for dates | Ruben Pollan | 2018-08-27 | 1 | -21/+35 |
| | |||||
* | Recognize absolute times | Ruben Pollan | 2018-08-27 | 1 | -6/+15 |
| | |||||
* | Basic periodic events support | Ruben Pollan | 2018-08-25 | 4 | -3/+103 |
| | |||||
* | 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 | 5 | -86/+95 |
| | |||||
* | Move event to it's own module | Ruben Pollan | 2018-04-29 | 3 | -120/+128 |
| | |||||
* | Add status to event | Ruben Pollan | 2018-04-29 | 1 | -0/+24 |
| | |||||
* | Sort the events | Ruben Pollan | 2018-04-29 | 1 | -0/+29 |
| | |||||
* | Simple ics parser | Ruben Pollan | 2018-04-29 | 2 | -1/+148 |
| | |||||
* | Create a clean project | Ruben Pollan | 2017-12-01 | 1 | -0/+3 |