(Contents)(Previous)(Next)

Planner Booking Object

The planner booking object represents an OfficeTalk planner booking. This object provides access to the common object functionality.

Planner Booking Methods
Edit Lets the caller edit the properties of the planner booking via a dialog box
Update Saves changes to this planner booking
Delete Deletes the planner booking
Value Gets the value of the passed in field/column name
Value= Sets the value of the passed in field/column name
SetKey Sets the key associated with the planner booking
GetKey Gets the key associated with the planner bookings
Planner Booking Properties
Name Represents the planner booking's description
LastEditedDate The date on which the planner booking was last changed
CreationDate The date when the planner booking was created
Available Fields
Name
Type
Description
ID Long The planner booking's ID
Last Edited Date The date when this planner booking was last changed
Name Date The name of this planner booking
Owner Long The owner of this planner. This is the ID of a local user.
Start Date Date The date on which this booking starts
Duration Numeric The duration of this booking in days
Level Numeric The planner bookings level. Each planner is capable of displaying 24 levels for each month. By default, only 2 levels are shown for each month.


Next