Package bscw :: Package api :: Module ap_chpart
[hide private]

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


Version: $Rev: 20112 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, object_id, participants, notification=None)
see above
Variables [hide private]
  __package__ = 'bscw.api'