Package bscw ::
Package api ::
Module ap_chpart
|
|
Module ap_chpart
Add/Remove Participants of appointment
mail is sent to participants if notification is given (not None)
returns names of participants (x_attendees)
API definition::
API = (('object_id', 'ASCII string', 1),
('participants', 'array', 0, [('item', 'ASCII string', 1)]),
('notification', 'Unicode string', 0))
(c) Fraunhofer FIT, 2003
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
participants,
notification=None)
see above |
|
|