2024-12-09 19:27:50 +01:00
|
|
|
/*
|
2024-12-10 22:06:49 +01:00
|
|
|
* INPUT: linked list of subjects
|
|
|
|
* OUTPUT: ll of events to iCal
|
|
|
|
* ll of updated subjects to db for next day
|
|
|
|
* return events_ll to caller(ui)??
|
2024-12-09 19:27:50 +01:00
|
|
|
*
|
|
|
|
*/
|
2024-12-10 22:06:49 +01:00
|
|
|
|
|
|
|
#include "planner.h" // for subject and event structs
|
|
|
|
#include "config.h"
|