Edit

Share via


LegacyFreeBusyType Enum

Definition

The LegacyFreeBusyType enumeration represents the free/busy status for a calendar event.

public enum class LegacyFreeBusyType
public enum LegacyFreeBusyType
Public Enum LegacyFreeBusyType
Inheritance
LegacyFreeBusyType

Fields

Name Value Description
Free 0

Identifies the status as free.

Tentative 1

Identifies the status as tentative.

Busy 2

Identifies the status as busy.

OOF 3

Identifies the status as out of office (OOF).

WorkingElsewhere 4
NoData 5

Indicates that there is no data for that recipient.

Remarks

The following table lists the property values that you can check to determine the free/busy status of an item.

Property values for free/busy status

Calendar item LegacyFreeBusyStatus
Intended meeting request IntendedFreeBusyStatus
Meeting request LegacyFreeBusyStatus
Calendar event BusyType
Conflict data BusyType

Applies to