AppointmentBusyStatus
AppointmentBusyStatus
AppointmentBusyStatus
AppointmentBusyStatus
Enum
Definition
Specifies the busy status for a participant of an appointment.
public : enum class AppointmentBusyStatuspublic enum AppointmentBusyStatusPublic Enum AppointmentBusyStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Busy Busy Busy Busy | The participant is busy and so can't attend the appointment. |
| Free Free Free Free | The participant is free and so can attend the appointment. |
| OutOfOffice OutOfOffice OutOfOffice OutOfOffice | The participant is out of office. |
| Tentative Tentative Tentative Tentative | The participant might be able to attend the appointment. |
| WorkingElsewhere WorkingElsewhere WorkingElsewhere WorkingElsewhere | The participant is working elsewhere. |