Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-01-23 | (hopefully) fix recurring events | stuebinm | 1 | -2/+3 |
2022-01-23 | display calendar names alongside events | stuebinm | 4 | -7/+22 |
2021-09-29 | Acknoledge the BYSETOPS frequency param | Ruben Pollan | 1 | -1/+7 |
2021-09-29 | Add support to BYDAY in MONTHLY frequency | Ruben Pollan | 2 | -10/+55 |
2021-09-09 | WIP: byday ocurrences | Ruben Pollan | 1 | -6/+21 |
2021-09-09 | Fix status cancelled typo | Ruben Pollan | 1 | -1/+1 |
2020-05-19 | Add some tests to date | Ruben Pollan | 1 | -0/+35 |
2020-05-19 | Release 0.3.0 and update dependencies | Ruben Pollan | 1 | -4/+4 |
2020-05-19 | Print events that spawn several days in a more pretty way | Ruben Pollan | 1 | -11/+25 |
2020-05-19 | Add support for ical's BYDAY recursion rule | Ruben Pollan | 3 | -27/+107 |
2020-05-19 | Set the actual duration for the end of the event | Ruben Pollan | 1 | -2/+2 |
2018-12-17 | Keep line changes in the description | Ruben Pollan | 1 | -1/+2 |
2018-12-17 | Add period to the config file | Ruben Pollan | 2 | -3/+15 |
2018-12-10 | Print times in the local timezone | Ruben Pollan | 1 | -2/+2 |
2018-12-10 | Add an empty line at the end of the output | Ruben Pollan | 1 | -0/+1 |
2018-12-10 | Add the missing config file | Ruben Pollan | 1 | -0/+28 |
2018-12-10 | Add config file | Ruben Pollan | 3 | -2/+38 |
2018-12-10 | Update readme and usage | Ruben Pollan | 1 | -1/+8 |
2018-12-10 | Print the missing unfinished events | Ruben Pollan | 1 | -17/+33 |
2018-12-10 | Pretty print events | Ruben Pollan | 2 | -1/+71 |
2018-12-10 | Implement PartialOrd for dates and events | Ruben Pollan | 3 | -3/+15 |
2018-12-10 | Configurable period | Ruben Pollan | 1 | -3/+15 |
2018-12-10 | Use iterators and itertools to produce events | Ruben Pollan | 4 | -36/+21 |
2018-11-27 | Derive PartialOrd and PartialEq for dates | Ruben Pollan | 1 | -14/+2 |
2018-11-27 | Implement Ord for events | Ruben Pollan | 2 | -4/+16 |
2018-11-27 | Read and merge multiple icals | Ruben Pollan | 2 | -10/+22 |
2018-11-27 | Convert periodic into iterator | Ruben Pollan | 2 | -22/+41 |
2018-11-26 | Convert the project into a lib + main | Ruben Pollan | 2 | -15/+18 |
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 |