Simple meeting scheduler implemented in C99 following the kernel style guide.
You can launch the application using make
:
$ make run
The calendar entries for meetings in the calendar are interactively handled using these commands.
A <description> <month> <day> <hour>
The description should not contain white space.
For example:
A Haircut 3 26 14
D <month> <day> <hour>
For example:
D 3 26 14
L
W <filename>
O <filename>
Q
All programming code is licensed under the MIT license.