Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.4 KB

File metadata and controls

42 lines (33 loc) · 1.4 KB
title outOfOfficeSettings resource type
description Represents the out-of-office settings related to the presence of a user.
author garchiro7
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/15/2025

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"
}