8 lines
129 B
C
8 lines
129 B
C
|
/* INPUT: linked list of events
|
||
|
*
|
||
|
* OUTPUT: Ical File, OK to caller
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "planner.h" // for task and event structs
|