StudyPlanner/src/iCal.c
simon b502e8040c modified: Makefile
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
2024-12-10 22:06:49 +01:00

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