Skip to main content

AppointmentFormControllerBase Properties

Serves as a base class to provide the basic functionality for managing the appointment at the appointment's editing form.
Name Description
AllDay Gets or sets a value indicating if the appointment currently being edited in the form is an all-day appointment.
CanDeleteAppointment Gets a value that indicates if the appointment currently being edited in the form can be deleted.
CanEditResource Gets a value that indicates whether the resource can be changed for the appointment which is currently being edited in the form.
Description Gets or sets the text that will be displayed as the description of the appointment currently being edited in the form.
DisplayEnd Gets or sets the value to display as the appointment's end time within the editing form.
DisplayStart Gets or sets the value to display as the appointment's start time within the editing form.
EditedAppointmentCopy Gets the copy of the appointment currently being edited in the form.
EditedPattern Gets the pattern appointment object currently being edited in the Appointment Recurrence form.
End Gets or sets the value specifying the appointment's end time within the editing form.
EndDate Obsolete. Gets or sets the end date of the appointment currently being edited in the form.
EndTime Obsolete. Gets or sets the end time of the appointment currently being edited in the form.
HasReminder Gets or sets a value that indicates whether one or more reminders are associated with the currently edited appointment.
IsNewAppointment Checks whether the currently edited appointment is a new and individual object.
LabelId Gets or sets the index of the label associated with the appointment.
Location Gets or sets the text describing the site where the scheduled event happens.
ReminderTimeBeforeStart Gets or sets the time interval ahead of the appointment's start time to activate the reminder.
ResourceId Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled.
ResourceIds Gets the identifiers of all the resources which are associated with the current appointment.
ResourceSharing Gets a value indicating whether an appointment can be shared between multiple resources.
ShouldShowRecurrenceButton Checks whether the button that enables an end-user to edit the appointment recurrence should be visible.
Start Gets or sets the appointment's start time within the editing form.
StartDate Obsolete. Gets or sets the date when the scheduled time interval starts for the current appointment.
StartTime Obsolete. Gets or sets the time when the scheduled time interval starts for the current appointment.
StatusId Gets or sets the index of the availability status associated with the appointment.
Subject Gets or sets the text of the appointment's subject.
TimeZoneId
See Also