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

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


Version: $Rev: 23604 $

Functions [hide private]
 
param_def()
return the parameter definition
 
return_def()
return the result definition
 
do_it(request, object_id, attribute_names)
see above
Variables [hide private]
  __package__ = None
Function Details [hide private]

param_def()

 

return the parameter definition

If attribute_names is omitted return all attributes.