Class CalendarAttendee
Inheritance
CalendarAttendee
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarAttendee
Properties
|
Edit this page
View Source
EmailAddress
Declaration
[JsonProperty("emailAddress")]
public CalendarEmailAddress EmailAddress { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public CalendarResponseStatus Status { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Extension Methods