[OGo-XML-RPC] Resources and appointments

Adam Tauno Williams xmlrpc@opengroupware.org
Thu, 28 Sep 2006 09:13:02 -0400


> > Yes; a patch to do that is on my ToDo list.
> > If contents is a number like -
> > server.appointment.setResources("25730",  [25810, 25830]);
> > - assume it is a pkey/objectId, retrieve the corresponding
> > appointmentResource(s) by id (appointmentresource::get-by-global-id /
> > LSGetResourcesForGlobalIDs) store their names in the appointment.
> > If contents s a string -
> > server.appointment.setResources("25730",  [ "North Conference Room"]);
> > - then assume it is a resource name and store it directly, currently
> > with no validation.
> > I might be able to get that out today;  but when/if it is accepted into
> > Trunk is up to Helge.
> > Going the other way - resource name to id - doesn't seem to have a
> > specific command, which means I have to do a search.  And I'm still a
> > bit bewildered by the EOFetchSpec/extended-search thing.
> Hi there!
> I was wondering what the status of this issue is. Are there any
> improvements to the resources in appointments?

Nope, it still works the way it did - by name.  I've figured out how to
do it,  I just need to make the patch.  If your still working on your
project I'll see if I can get it out in the next 48 hours.