[OGo-XML-RPC] LSDBObjectCommandException - no participants set
Adam Tauno Williams
xmlrpc@opengroupware.org
Fri, 20 Jan 2006 10:51:39 -0500
> we have an application based on OpenGroupware XML-RPC
> interface that sets and gets contacts, appointments and tasks on Ogo.
> We are using OpenGroupware version OGo-1.0beta.1-r1175.0. We are
> unable to create appointments at all, though all the rest of the
> operations we need work fine The result is always the same:
> xmlrpclib.Fault: <Fault 0: 'LSDBObjectCommandException:
> appointment::new failed: no participants set !'>
> But the appointment I have prepared does contain participants.
> This is a very simple python script that I have tried, I see
Try creating the appointment with no participants and then adding participants
via the add and remove participant methods - I don't believe you can adjust
participation via appointment.insert or appointment.update