Files
evolution/calendar/cal-util/icalendar-save.h
Seth Alves 05a7bb9ef8 start on code to do the opposite of icalendar.c (convert from iCalObjects
* pcs/icalendar-save.c: start on code to do the opposite of
	icalendar.c (convert from iCalObjects to libical's icalcomponents).

svn path=/trunk/; revision=2550
2000-04-22 00:18:27 +00:00

14 lines
186 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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