Office.AppointmentForm interface
Represents the details of the form for creating a new appointment.
Properties
| body | Sets the body of the appointment. |
| end | Sets the date and time that the appointment is to end. |
| location | Sets the location of the appointment. |
| optional |
Sets the optional attendees of the appointment. |
| required |
Sets the required attendees of the appointment. |
| resources | Sets the resources of the appointment. |
| start | Sets the date and time that the appointment is to begin. |
| subject | Sets the description that appears in the Title field of the appointment. |
Property Details
body
Sets the body of the appointment.
body?: string;
Property Value
string
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
end
Sets the date and time that the appointment is to end.
end?: Date | number;
Property Value
Date | number
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
location
Sets the location of the appointment.
location?: string;
Property Value
string
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
optionalAttendees
Sets the optional attendees of the appointment.
optionalAttendees?: string[] | EmailAddressDetails[];
Property Value
string[] | Office.EmailAddressDetails[]
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
requiredAttendees
Sets the required attendees of the appointment.
requiredAttendees?: string[] | EmailAddressDetails[];
Property Value
string[] | Office.EmailAddressDetails[]
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
resources
Sets the resources of the appointment.
resources?: string[];
Property Value
string[]
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
start
Sets the date and time that the appointment is to begin.
start?: Date | number;
Property Value
Date | number
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read
subject
Sets the description that appears in the Title field of the appointment.
subject?: string;
Property Value
string
Remarks
[Api set: Mailbox 1.1]
Minimum permission level: read item
Applicable Outlook mode: Read