(Contents)(Previous)(Next)

Planner Object

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

Planner Methods
Edit Lets the caller edit the properties of the planner via a dialog box
Update Saves changes to this planner
Delete Deletes the planner
Value Gets the value of the passed in field/column name.
Value= Sets the value of the passed in field/column name
AddBooking Adds a booking to the planner
GetKeys Gets the list of keys belonging to the planner
GetBookings Gets the list of bookings belonging to the planner
Planner Properties
Name Represents the meeting's description
LastEditedDate The date on which the meeting was last changed
CreationDate The date when the meeting was created
Available Fields
Name
Type
Description
ID Long The planner's ID
Last Edited Date The date when this planner was last changed.
Name Date The name of this planner.
Owner Long The owner of this planner. This is the name of a local user.
Owner ID Long The owner of this planner. This is the ID of a local user.
More:

AddBooking()

GetKeys()

GetBookings()


Next