aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-23display calendar names alongside eventsstuebinm1-3/+4
2020-05-19Print events that spawn several days in a more pretty wayRuben Pollan1-11/+25
2018-12-17Keep line changes in the descriptionRuben Pollan1-1/+2
2018-12-17Add period to the config fileRuben Pollan1-3/+7
2018-12-10Add an empty line at the end of the outputRuben Pollan1-0/+1
2018-12-10Add config fileRuben Pollan1-2/+10
2018-12-10Update readme and usageRuben Pollan1-1/+8
2018-12-10Print the missing unfinished eventsRuben Pollan1-17/+33
2018-12-10Pretty print eventsRuben Pollan1-1/+53
2018-12-10Configurable periodRuben Pollan1-3/+15
2018-12-10Use iterators and itertools to produce eventsRuben Pollan1-10/+12
2018-11-27Read and merge multiple icalsRuben Pollan1-10/+21
2018-11-26Convert the project into a lib + mainRuben Pollan1-15/+5
2018-08-28Add support for count on periodic eventsRuben Pollan1-1/+3
2018-08-28Get a range of datesRuben Pollan1-4/+11
2018-08-28Move date to its own moduleRuben Pollan1-0/+1
2018-08-25Basic periodic events supportRuben Pollan1-0/+1
2018-04-29Add Events typeRuben Pollan1-6/+11
2018-04-29Move event to it's own moduleRuben Pollan1-0/+1
2018-04-29Simple ics parserRuben Pollan1-1/+12