new file: src/iCal.c

This commit is contained in:
simon 2024-12-14 22:42:37 +01:00
parent 63ee77f5c4
commit 24f0e9e7ec

7
src/iCal.c Normal file
View File

@ -0,0 +1,7 @@
/* INPUT: linked list of events
*
* OUTPUT: Ical File, OK to caller
*
*/
#include "planner.h" // for task and event structs