SchedulerAppointmentFormInfo Properties
Stores information about the appointment edit form.| Name | Description |
|---|---|
| AllDay | Specifies whether the appointment is scheduled for the entire day or multiple days. |
| CustomFields | Specifies the appointment’s custom fields |
| DataStorage | Specifies the Scheduler’s data source. |
| Description | Specifies the appointment’s description. |
| End | Specifies the appointment’s end date and time. |
| EndDate | Specifies the appointment’s end date. |
| EndTime | Specifies the appointment’s end time. |
| EndTimeItems | Specifies the list of available items that correspond to the end time. |
| LabelItem | Specifies the appointment’s label. |
| LabelItems | Specifies the list of available label items. |
| Location | Specifies the appointment’s location. |
| RecurrenceFormInfo | Returns an object that stores information about the Recurrence form. |
| RepeatItems | Specifies the list of available recurrence modes. |
| ResourceColorItem | Specifies information about the appointment’s resource. |
| ResourceItem | Specifies the appointment’s resource. |
| SelectedResourceItems | Specifies the list of multiple resources associated with the appointment. |
| SourceAppointment | Specifies the appointment for which the edit form is shown. |
| Start | Specifies the appointment’s start date and time. |
| StartDate | Specifies the appointment’s start date. |
| StartTime | Specifies the appointment’s start time. |
| StartTimeItems | Specifies the list of available items that correspond to the start time. |
| StatusItem | Specifies the appointment’s status. |
| StatusItems | Specifies the list of available status items. |
| Subject | Specifies the appointment’s subject. |
See Also