caldav::calendars proc get_calitems (public)
caldav::calendarsget_calitems [ -user_id user_id ] \ [ -start_date start_date ] [ -end_date end_date ] \ [ -calendar_ids calendar_ids ]
Defined in packages/xotcl-core/tcl/01-debug-procs.tcl
Get feed of calendar items for a given user.
- Switches:
- -user_id (optional, integer)
- -start_date (optional)
- -end_date (optional)
- -calendar_ids (optional, integer)
- Returns:
- list set of calendar item objects
- Testcases:
- No testcase defined.