Package bscw ::
Package api ::
Module ap_get_appointments
|
|
Module ap_get_appointments
get a filtered list of calender entries (as dicts) from 'start' until 'end'
attributes are: name descr start end x_attendees xlocation categ status
If end is not specified start *must not* be specified too and all non
recurring appointments and all series objects are returned.
API definition::
API = (('object_id', 'ASCII string', 1),
('attribute_names', 'array', 0, [('item', 'ASCII string', 1)]),
('start', 'dateTime.iso8601', 0),
('end', 'dateTime.iso8601', 0))
(c) Fraunhofer FIT, 2003
|
param_def()
return the parameter definition |
|
|
|
return_def()
return the result definition |
|
|
|
do_it(request,
object_id,
attribute_names=[ ' __id__ ' , ' name ' , ' start ' , ' end ' ] ,
start=None,
end=None)
see above |
|
|