aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-23(hopefully) fix recurring eventsstuebinm1-2/+3
2022-01-23display calendar names alongside eventsstuebinm4-7/+22
2021-09-29Acknoledge the BYSETOPS frequency paramRuben Pollan1-1/+7
2021-09-29Add support to BYDAY in MONTHLY frequencyRuben Pollan2-10/+55
2021-09-09WIP: byday ocurrencesRuben Pollan1-6/+21
2021-09-09Fix status cancelled typoRuben Pollan1-1/+1
2020-05-19Add some tests to dateRuben Pollan1-0/+35
2020-05-19Release 0.3.0 and update dependenciesRuben Pollan1-4/+4
2020-05-19Print events that spawn several days in a more pretty wayRuben Pollan1-11/+25
2020-05-19Add support for ical's BYDAY recursion ruleRuben Pollan3-27/+107
2020-05-19Set the actual duration for the end of the eventRuben Pollan1-2/+2
2018-12-17Keep line changes in the descriptionRuben Pollan1-1/+2
2018-12-17Add period to the config fileRuben Pollan2-3/+15
2018-12-10Print times in the local timezoneRuben Pollan1-2/+2
2018-12-10Add an empty line at the end of the outputRuben Pollan1-0/+1
2018-12-10Add the missing config fileRuben Pollan1-0/+28
2018-12-10Add config fileRuben Pollan3-2/+38
2018-12-10Update readme and usageRuben Pollan1-1/+8
2018-12-10Print the missing unfinished eventsRuben Pollan1-17/+33
2018-12-10Pretty print eventsRuben Pollan2-1/+71
2018-12-10Implement PartialOrd for dates and eventsRuben Pollan3-3/+15
2018-12-10Configurable periodRuben Pollan1-3/+15
2018-12-10Use iterators and itertools to produce eventsRuben Pollan4-36/+21
2018-11-27Derive PartialOrd and PartialEq for datesRuben Pollan1-14/+2
2018-11-27Implement Ord for eventsRuben Pollan2-4/+16
2018-11-27Read and merge multiple icalsRuben Pollan2-10/+22
2018-11-27Convert periodic into iteratorRuben Pollan2-22/+41
2018-11-26Convert the project into a lib + mainRuben Pollan2-15/+18
2018-08-28Let's use Option the rustic wayRuben Pollan3-15/+11
2018-08-28Add support for month and year frequencyRuben Pollan2-11/+47
2018-08-28Add support for count on periodic eventsRuben Pollan2-3/+11
2018-08-28Get events from the list by dateRuben Pollan2-2/+16
2018-08-28Get a range of datesRuben Pollan4-17/+124
2018-08-28Add +, now and is_empty to DateRuben Pollan1-1/+23
2018-08-28Make dates more rustyRuben Pollan1-10/+12
2018-08-28Move date to its own moduleRuben Pollan4-108/+116
2018-08-28Add support for intervals on periodicRuben Pollan2-4/+13
2018-08-27Implement Orc for datesRuben Pollan1-21/+35
2018-08-27Recognize absolute timesRuben Pollan1-6/+15
2018-08-25Basic periodic events supportRuben Pollan4-3/+103
2018-08-25Add empty date creatorRuben Pollan1-2/+6
2018-08-23Add test to Date parserRuben Pollan1-0/+19
2018-04-29Add Events typeRuben Pollan5-86/+95
2018-04-29Move event to it's own moduleRuben Pollan3-120/+128
2018-04-29Add status to eventRuben Pollan1-0/+24
2018-04-29Sort the eventsRuben Pollan1-0/+29
2018-04-29Simple ics parserRuben Pollan2-1/+148