Package bscw ::
Package api ::
Module ap_chdtime
|
|
Module ap_chdtime
Define/Edit date & time of a calendar-component
mail is sent if notification is given (not None)
returns start
API definition::
API = (('object_id', 'ASCII string', 1),
('start', 'dateTime.iso8601', 1),
('end', 'dateTime.iso8601', 0),
('notification', 'Unicode string', 0))
(c) Fraunhofer FIT, 2003
|
param_def()
return the parameter definition |
|
|
|
do_it(request,
object_id,
start,
end=None,
notification=None)
see above |
|
|
|
localtime8601(tz,
start,
end=None)
return localtime of 'start' and 'end' (xmlrpclib.DateTime) |
|
|