Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.94 KB

File metadata and controls

60 lines (47 loc) · 1.94 KB
title attendee resource type
description 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.
ms.localizationpriority medium
author iamgirishck
ms.subservice calendar
doc_type resourcePageType
ms.date 04/03/2024

attendee resource type

Namespace: microsoft.graph

An event attendee that 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"
}