如何从microsoft graph api中检索离开办公室状态?我没有看到任何REST方法来获取这些信息。
提前感谢您的协助。
答案 0 :(得分:1)
图表中有automaticRepliesSetting
:
<ComplexType Name="mailboxSettings">
<Property Name="automaticRepliesSetting" Type="microsoft.graph.automaticRepliesSetting"/>
<Property Name="archiveFolder" Unicode="false" Type="Edm.String"/>
<Property Name="timeZone" Unicode="false" Type="Edm.String"/>
<Property Name="language" Type="microsoft.graph.localeInfo"/>
</ComplexType>
此处的文档:https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get_mailboxsettings