attendee resource type

Namespace: microsoft.graph

An event attendee. This can be a person or resource such as a meeting room or equipment, that has been set up as a resource on the Exchange server for the tenant.

Derived from attendeeBase.

Properties

Property Type Description
emailAddress emailAddress Includes the name and SMTP address of the attendee.
proposedNewTime timeSlot An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event.
status ResponseStatus The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.
type String The attendee type: required, optional, resource.

JSON representation

Here is a JSON representation of the resource

{
  "emailAddress": {"@odata.type": "microsoft.graph.emailAddress"},
  "proposedNewTime": {"@odata.type": "microsoft.graph.timeSlot"},
  "status": {"@odata.type": "microsoft.graph.responseStatus"},
  "type": "String"
}