Hi, I'm writing a plugin for Evolution to connect to ExchangeIT!, a Microsoft Exchange replacement server my company makes.
I need a way to change an object's UID (in particular, a calendar object right now). So, I grepped through some headers, and found void icalcomponent_set_uid(icalcomponent *comp, char *v); Cool, looks like just what I need. I can compile against it, including <ical.h>, but the linker barfs. Looking at my /usr/lib/evolution/1.4/libical-evolution.a, I don't see an icalcomponent_set_uid in there. There is, however, icalproperty_set_uid. This is on RH9/XD2 with all devel stuff installed. Can I use icalproperty_set_uid to do what I want? Why isn't icalcomponent_set_uid in there? Have fun, Peter Colijn _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
