Package bscw ::
Package api ::
Module ap_get_appointment
|
|
Module ap_get_appointment
Get attributes of an appointment.
# Use 'recur' to make a short test if object is a series. If not it
may be # part of a series or a stand-alone appointment. # Use 'series' to
make a short test if object is part of a series. If not it # may be a
series itself or a stand-alone appointment.
API definition:
API = (('object_id', 'ASCII string', 0),
('attribute_names', 'array', 0, [('item', 'ASCII string', 0)]))
(c) OrbiTeam Software GmbH, 2005
|
|
|
return_def()
return the result definition |
|
|
|
do_it(request,
object_id,
attribute_names)
see above |
|
|
return the parameter definition
If attribute_names is omitted return all attributes.
|