diff --git a/src/iCal.c b/src/iCal.c new file mode 100644 index 0000000..6ffc75e --- /dev/null +++ b/src/iCal.c @@ -0,0 +1,7 @@ +/* INPUT: linked list of events + * + * OUTPUT: Ical File, OK to caller + * + */ + +#include "planner.h" // for task and event structs