Program Description: This program is a planner calendar application that stores events. There includes neat tools where one can view time conflicts of event, filter for a specific event, and create reaccuring events.
Compilation and Execution Instrcutions: Compiling is all done by the Makefile. To use it, type "make" into your terminal in the folder level in the terminal. There you will get an executable. Next, type in "./a1" into the terminal. There you can test any of the features by entering a number, 1 through 11, and exit via entering 0. EXTRA: To clear your .o files and try compiling freshly, enter "make clean".