#ifndef ICALENDAR_SAVE_H #define ICALENDAR_SAVE_H #include <ical.h> #include <cal-util/calobj.h> icalcomponent *icalcomponent_create_from_ical_object (iCalObject *ical); #endif