What 'role' should a resource-type cutype have?
Jules Colding <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.devel |
|---|---|
| Message-ID | <1149765354.28753.4.camel__21666.9144611389$1149765394$gmane$org@omc-2.omesc.com> |
Hi, I can't decide upon the ICAL role that a ECalComponentAttendee should have if cutype is a resource. I am currently doing: attendee->cutype = ICAL_CUTYPE_RESOURCE; attendee->role = ICAL_ROLE_NONPARTICIPANT; // what else? Is that the best thing to do? - Thoughts? Thanks, jules