aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Match events by simple pattern on given key.Harald Eilertsen2018-12-181-2/+20
|
* Add minimal function to match all events.Harald Eilertsen2018-12-182-0/+63
|
* Move reading of calendar file to function.Harald Eilertsen2018-12-181-4/+8
|
* Move printing of event to a function.Harald Eilertsen2018-12-181-22/+21
| | | | This also removes the need for the local Event struct.
* Parse date/time into proper objects.Harald Eilertsen2018-12-171-5/+25
|
* Initial commit.Harald Eilertsen2018-12-175-0/+882
Just print the event found with start time, end time and summary. It's a start of some sort.