Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.46 KB

File metadata and controls

44 lines (34 loc) · 1.46 KB
title outOfOfficeSettings resource type
description Represents phone access information for an online meeting.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

outOfOfficeSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
message String The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office).
isOutOfOffice Boolean True if either:
  • It is currently in the out of office time window configured on the Outlook or Teams client.
  • There is currently an event on the user's calendar that's marked as Show as Out of Office

Otherwise, false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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