Class CalendarScheduleSlot
Inheritance
CalendarScheduleSlot
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarScheduleSlot
Properties
|
Edit this page
View Source
End
Declaration
[JsonProperty("end")]
public CalendarDateTimeTimeZone End { get; set; }
Property Value
|
Edit this page
View Source
IsPrivate
Declaration
[JsonProperty("isPrivate")]
public bool? IsPrivate { get; set; }
Property Value
|
Edit this page
View Source
Location
Declaration
[JsonProperty("location")]
public string Location { get; set; }
Property Value
|
Edit this page
View Source
Start
Declaration
[JsonProperty("start")]
public CalendarDateTimeTimeZone Start { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
|
Edit this page
View Source
Subject
Declaration
[JsonProperty("subject")]
public string Subject { get; set; }
Property Value
Extension Methods