aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move common test code into function.Harald Eilertsen2018-12-181-8/+19
|
* Match events by simple pattern on given key.Harald Eilertsen2018-12-181-2/+20
|
* Add minimal function to match all events.Harald Eilertsen2018-12-181-0/+12
|
* 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-171-0/+51
Just print the event found with start time, end time and summary. It's a start of some sort.