The Appointment object represents an OfficeTalk Appointment. This object provides access to the common object functionality but has properties which let you get and set certain appointment attributes, such as the appointment name, start time, duration etc.
Appointment Methods |
Edit | Lets the caller edit the properties of the Appointment object via a dialog box |
Update | Saves changes to this object |
Delete | Deletes the item |
Value | Gets the value of the passed in field/column name |
Value= | Sets the value of the passed in field/column name |
SetNotes | Sets the notes of the appointment |
GetNotes | Gets the notes of the appointment |
Appointment Properties |
Name | Represents the appointments description |
LastEditedDate | The date on which the appointment was last changed |
CreationDate | The date when the appointment was created |
Start | Represents the appointments start time |
Duration | Represents the appointments duration |
Remind | True if an alarm has been set to remind the appointments owner of its imminent start |
RemindTime | Represents the number of minutes prior to the start of this appointment that the owner is given a remind alarm |
Private | True if this appointment is private |
Available Fields |
Name |
Type |
Description |
ID | Long | The appointment's ID |
Name | String | The appointment description |
Last Edited | Date | The date and time when the appointment was last edited |
Start Time | Date | The date and time of the start of the appointment |
Start Date | Date | The date of the start of the appointment |
End Time | Date | The date and time of the end of the appointment |
End Date | Date | The date of the end of the appointment |
Duration | String | The duration of the appointment. If the appointment is 2 hours and 35 minutes in duration, the value of this field will be "2h35m" |
Private | Boolean | True if this appointment is private. |
Remind | Boolean | True if a reminder has been associated with this appointment |
Remind Time | String | The length of time prior to the start of the appointment that the user will be reminded. The format of this string is e.g. "2h15m" |