[Evolution-hackers] Setting UIDs?
- From: Peter Colijn <pcolijn nit ca>
- To: evolution-hackers ximian com
- Subject: [Evolution-hackers] Setting UIDs?
- Date: Thu, 09 Oct 2003 16:42:07 -0400
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]