
modified: README.md new file: debugOut modified: doc/docu.md new file: doc/overview.drawio new file: doc/overview.png modified: src/config.h modified: src/db.c modified: src/db.h modified: src/iCal.c modified: src/planner.c modified: src/planner.h new file: src/test.c modified: src/ui.c Changes not staged for commit: deleted: debugOut
7 lines
152 B
C
7 lines
152 B
C
/* INPUT: linked list of events and generate ical file
|
|
* OUTPUT: Ical File, OK to caller
|
|
*
|
|
*/
|
|
|
|
#include "planner.h" // for subject and event structs
|