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

Module ap_chdescr

change description of appointment
   category: bitwise or of
        1       : 'appointment',
        2       : 'business',
        4       : 'meeting',
        8       : 'phonecall',
        32      : 'holiday',
        128     : 'private',
        256     : 'travel',
        512     : 'miscellaneous',

   returns description

API definition::

 API = (('object_id', 'ASCII string', 1),
        ('descr', 'Unicode string', 1),
        ('categ', 'int', 0))

(c) Fraunhofer FIT, 2003


Version: $Rev: 20463 $

Functions [hide private]
 
param_def()
return the parameter definition
 
ap_get_events(obj, request, descr, categ=0)
 
do_it(request, object_id, descr, categ=0)
see above
Variables [hide private]
  __package__ = None