aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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