(Contents)(Previous)(Next)

Meeting Object

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

Meeting Methods
Edit Lets the caller edit the properties of the Meeting via a dialog box
Update Saves changes to this meeting
Delete Deletes the meeting
Value Gets the value of the passed in field/column name
Value= Sets the value of the passed in field/column name
GetMembers Returns a MeetingMembers list
AddRecipient Adds an invited member to the meeting
SetAgenda Sets the meeting agenda
Book Books the meeting
Meeting 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 meeting's ID
Name String The subject of this meeting
Subject String The subject of this meeting
Owner String The owner of this meeting
Last Edited Date The date on which the meeting was last changed (Read only)
Start Date The date and time at which this meeting is planned to start
Start Time Date The time at which this meeting is planned to start
Start Date Date The date at which this meeting is planned to start
Duration String The duration of the meeting. If the meeting is 2 hours and 35 minutes in duration, the value of this field will be "2h35m"
Place String The place where the meeting is to be held
Venue String The place where the meeting is to be held
Has Agenda Boolean True if this meeting has an associated agenda
Has Minutes Boolean True if this meeting has associated minutes
Agenda String The text of the agenda of the meeting
Minutes String The text of the meeting minutes
Guest List String The list of guests that have been invited to the meeting (Read only)
More:

GetMembers()

AddRecipient(sRecipient As String)

SetAgenda(sAgenda As String)

Book()


Next