[OGo-XML-RPC] Resources & Appointments

Adam Tauno Williams xmlrpc@opengroupware.org
Mon, 07 Aug 2006 00:13:24 -0400


> > > Is there a way to add a resource to a meeting, or see resources
> > > associated with a meeting?
> > This is a regular CSV field in the appointment table (and it should  
> > be exported using XML-RPC).
> Is there a current bug open for this?
> > > I thought maybe a resource id could be added as a participant (sort of
> > > like it works in iCal files), but that didn't seem to work.
> :)  Yep, actually I tried that just yesterday.  Didn't work. :(
> > We consider changing the resource mechanism in 1.1 to work this way.
> Sounds much nicer.  Just so long as the object types are distinguished
> for the XML-RPC client
> { participants = { { id=####; type=XXXXXX }, { id=#######;
> type=XXXX } } }
> The current participant list enumerates a lot of information which I
> think isn't always or even usually necessary.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1599 now has
an attachment that implements an appointment.setResources(appId,
resourceList) method.