Attendee

An event attendee that can be a person or resource.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
type string The type of attendee.
View JSON Schema on GitHub

JSON Schema

microsoft-graph-attendee-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Attendee",
  "type": "object",
  "description": "An event attendee that can be a person or resource.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of attendee."
    }
  }
}