AppointmentStatus Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies information about how to treat the block of time of an appointment.

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Enumeration AppointmentStatus
public enum AppointmentStatus
<object property="enumerationValue" .../>

Members

Member name Description
Free The attendee is free during this appointment.
Tentative The attendee is tentatively busy during this appointment.
Busy The attendee is busy during this appointment.
OutOfOffice The attendee is out of the office during this appointment.

Remarks

The AppointmentStatus type is used to specify information about an Appointment. The default value is Free.

Appointment status indicates how to treat the block of time of the appointment, for example to determine how to display it on a calendar. Appointment status can provide information to the attendee on his or her own calendar, or to other people viewing a calendar. For example, an appointment status of Free can indicate to other people that they can still request an appointment for the same block of time.

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_CONTACTS

Windows Phone 8

ID_CAP_APPOINTMENTS

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.UserData Namespace

Other Resources

Contacts and Calendar for Windows Phone 8