Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 2.01 KB

File metadata and controls

68 lines (52 loc) · 2.01 KB
title attendee resource type
description An event attendee. The attendee can be a person or resource, such as a meeting room or equipment, that is set up as a resource on the Exchange server for the tenant.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice outlook
author iamgirishck
ms.date 03/21/2024

attendee resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An event attendee. An attendee can be a person or resource, such as a meeting room or equipment, that is 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.

Relationships

None.

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"
}