Microsoft Graph · Schema

freeBusyStatus

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphfreebusystatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.freeBusyStatus",
  "title": "freeBusyStatus",
  "enum": [
    "unknown",
    "free",
    "tentative",
    "busy",
    "oof",
    "workingElsewhere"
  ],
  "type": "string"
}