aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update lockfileHEADmasterstuebinm2023-03-221-125/+125
* (hopefully) fix recurring eventsstuebinm2022-01-231-2/+3
* display calendar names alongside eventsstuebinm2022-01-234-7/+22
* Release 0.4.0 and update dependenciesRuben Pollan2021-09-292-171/+161
* Acknoledge the BYSETOPS frequency paramRuben Pollan2021-09-291-1/+7
* Add support to BYDAY in MONTHLY frequencyRuben Pollan2021-09-292-10/+55
* WIP: byday ocurrencesRuben Pollan2021-09-091-6/+21
* Fix status cancelled typoRuben Pollan2021-09-091-1/+1
* Add some tests to dateRuben Pollan2020-05-191-0/+35
* Release 0.3.0 and update dependenciesRuben Pollan2020-05-193-239/+219
* Print events that spawn several days in a more pretty wayRuben Pollan2020-05-191-11/+25
* Add support for ical's BYDAY recursion ruleRuben Pollan2020-05-193-27/+107
* Set the actual duration for the end of the eventRuben Pollan2020-05-191-2/+2
* Version 0.2.3Ruben Pollan2018-12-171-1/+1
* Keep line changes in the descriptionRuben Pollan2018-12-171-1/+2
* Add period to the config fileRuben Pollan2018-12-173-3/+18
* Version 0.2.2Ruben Pollan2018-12-102-2/+2
* Print times in the local timezoneRuben Pollan2018-12-101-2/+2
* Version 0.2.1Ruben Pollan2018-12-101-1/+1
* Add an empty line at the end of the outputRuben Pollan2018-12-101-0/+1
* version 0.2.0Ruben Pollan2018-12-102-2/+2
* Add the missing config fileRuben Pollan2018-12-101-0/+28
* Add config fileRuben Pollan2018-12-106-3/+259
* Bump version to 0.1.1Ruben Pollan2018-12-101-1/+1
* Update readme and usageRuben Pollan2018-12-103-2/+28
* Prepare to publishRuben Pollan2018-12-101-0/+2
* Print the missing unfinished eventsRuben Pollan2018-12-101-17/+33
* Pretty print eventsRuben Pollan2018-12-104-1/+82
* Implement PartialOrd for dates and eventsRuben Pollan2018-12-103-3/+15
* Configurable periodRuben Pollan2018-12-101-3/+15
* Use iterators and itertools to produce eventsRuben Pollan2018-12-106-36/+38
* Derive PartialOrd and PartialEq for datesRuben Pollan2018-11-271-14/+2
* Implement Ord for eventsRuben Pollan2018-11-272-4/+16
* Read and merge multiple icalsRuben Pollan2018-11-272-10/+22
* Convert periodic into iteratorRuben Pollan2018-11-272-22/+41
* Update dependenciesRuben Pollan2018-11-272-54/+53
* Convert the project into a lib + mainRuben Pollan2018-11-262-15/+18
* Add READMERuben Pollan2018-08-301-0/+3
* Add LICENSEmeskio2018-08-301-0/+674
* Let's use Option the rustic wayRuben Pollan2018-08-283-15/+11
* Add support for month and year frequencyRuben Pollan2018-08-282-11/+47
* Add support for count on periodic eventsRuben Pollan2018-08-282-3/+11
* Get events from the list by dateRuben Pollan2018-08-282-2/+16
* Get a range of datesRuben Pollan2018-08-284-17/+124
* Add +, now and is_empty to DateRuben Pollan2018-08-281-1/+23
* Make dates more rustyRuben Pollan2018-08-281-10/+12
* Move date to its own moduleRuben Pollan2018-08-284-108/+116
* Add support for intervals on periodicRuben Pollan2018-08-282-4/+13
* Update dependenciesRuben Pollan2018-08-282-117/+76
* Implement Orc for datesRuben Pollan2018-08-271-21/+35