Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.97 KB

File metadata and controls

64 lines (49 loc) · 1.97 KB
title description ms.localizationpriority doc_type ms.subservice author
attendee resource type
An event attendee. The attendee 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.
medium
resourcePageType
outlook
iamgirishck

attendee resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 isn't 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

The following JSON representation shows the resource type.

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