ResponseStatus

The response status of an attendee or organizer for a meeting request.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
response string The response type.
time string The date and time the response was returned.
View JSON Schema on GitHub

JSON Schema

microsoft-graph-response-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResponseStatus",
  "type": "object",
  "description": "The response status of an attendee or organizer for a meeting request.",
  "properties": {
    "response": {
      "type": "string",
      "description": "The response type."
    },
    "time": {
      "type": "string",
      "description": "The date and time the response was returned."
    }
  }
}