new file: src/iCal.c

bugfixMaster
simon 2024-12-14 22:42:37 +01:00
parent 63ee77f5c4
commit 24f0e9e7ec
1 changed files with 7 additions and 0 deletions

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