new file: src/iCal.c
parent
63ee77f5c4
commit
24f0e9e7ec
|
@ -0,0 +1,7 @@
|
|||
/* INPUT: linked list of events
|
||||
*
|
||||
* OUTPUT: Ical File, OK to caller
|
||||
*
|
||||
*/
|
||||
|
||||
#include "planner.h" // for task and event structs
|
Loading…
Reference in New Issue