From 24f0e9e7ecc872fbe1b8f6ef0d2c53258a79bf05 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 14 Dec 2024 22:42:37 +0100 Subject: [PATCH] new file: src/iCal.c --- src/iCal.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/iCal.c 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