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

Module ap_chloc

change location of appointment
   mail is sent to participants if notification is given (not None)
   returns xlocation

API definition::

 API = (('object_id', 'ASCII string', 1),
        ('xlocation', 'Unicode string', 0),
        ('notification', 'Unicode string', 0))

(c) Fraunhofer FIT, 2003


Version: $Rev: 20463 $

Functions [hide private]
 
param_def()
return the parameter definition
 
set_xlocation(obj, request, xlocation)
 
do_it(request, object_id, xlocation, notification=None)
see above
Variables [hide private]
  __package__ = None