Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take filename and pattern from command line and output matching events. | Harald Eilertsen | 2018-12-18 | 1 | -2/+5 |
| | | | | | | Extremely primitive command line handling for now. Pass first arg as filename, second as pattern. Both must be present. Pass "*" as pattern to match all events in the input file. | ||||
* | Move common test code into function. | Harald Eilertsen | 2018-12-18 | 1 | -8/+19 |
| | |||||
* | Match events by simple pattern on given key. | Harald Eilertsen | 2018-12-18 | 1 | -2/+20 |
| | |||||
* | Add minimal function to match all events. | Harald Eilertsen | 2018-12-18 | 1 | -0/+12 |
| | |||||
* | Move reading of calendar file to function. | Harald Eilertsen | 2018-12-18 | 1 | -4/+8 |
| | |||||
* | Move printing of event to a function. | Harald Eilertsen | 2018-12-18 | 1 | -22/+21 |
| | | | | This also removes the need for the local Event struct. | ||||
* | Parse date/time into proper objects. | Harald Eilertsen | 2018-12-17 | 1 | -5/+25 |
| | |||||
* | Initial commit. | Harald Eilertsen | 2018-12-17 | 1 | -0/+51 |
Just print the event found with start time, end time and summary. It's a start of some sort. |