meetingParticipants-Ressourcentyp

Namespace: microsoft.graph

Teilnehmer an einer Besprechung.

Eigenschaften

Eigenschaft Typ Beschreibung
attendees meetingParticipantInfo-Sammlung
organizer meetingParticipantInfo

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "attendees": [{"@odata.type": "#microsoft.graph.meetingParticipantInfo"}],
  "organizer": {"@odata.type": "#microsoft.graph.meetingParticipantInfo"}
}