(Contents)(Previous)(Next)

Planner Booking List Object

The Planner Booking List object is a list which lets you access OfficeTalk planner bookings. The Planner Booking List object may be obtained by a call to planner.GetBookings. The Planner Bookings list object provides access to the common list object functionality.

Planner Bookings List Methods
Add Adds a new planner booking
Count Returns the number of planner bookings in the list.
SetFilter Sets the list filter
SetFilterAnd Logically ANDs the filter with this expression
SetFilterOr Logically ORs the filter with this expression
ClearFilter Clears the list filter
FindItemByID Finds a planner booking with an ID which matches the passed in ID
GetFirst Gets the first planner booking belonging to the associated planner
GetNext Gets the next planner booking belonging to the associated planner.
GetLast Gets the last planner booking belonging to the associated planner
GetPrev Gets the previous planner booking belonging to the associated planner


Next