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

Module ap_chreminder

remind attendees of a calendar-component
   reset: reset all participants to unconfirmed
   mail is sent if notification is given (not None)
   returns object_id

API definition::

 API = (('object_id', 'ASCII string', 1),
        ('reset', 'boolean', 0),
        ('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, reset=False, notification=None)
see above
Variables [hide private]
  __package__ = 'bscw.api'