Edit

Share via


outOfOfficeSettings resource type

Namespace: microsoft.graph

Represents the out-of-office settings related to the presence of a user.

Properties

Property Type Description
isOutOfOffice Boolean If true, either of the following is met:
  • The current time falls within the out-of-office window configured in Outlook or Teams.
  • An event marked as "Show as Out of Office" appears on the user's calendar.
Otherwise, false.
message String The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isOutOfOffice": "Boolean",
  "message": "String"
}