attendeeAvailability resource type

Namespace: microsoft.graph

The availability of an attendee.

JSON representation

Here is a JSON representation of the resource

{
  "attendee": {"@odata.type": "microsoft.graph.attendeeBase"},
  "availability": "String"
}

Properties

Property Type Description
attendee attendeeBase The email address and type of attendee - whether it's a person or a resource, and whether required or optional if it's a person.
availability freeBusyStatus The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.