Class CalendarScheduleItem
Inheritance
CalendarScheduleItem
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarScheduleItem
Properties
|
Edit this page
View Source
AvailabilityView
Declaration
[JsonProperty("availabilityView")]
public string AvailabilityView { get; set; }
Property Value
|
Edit this page
View Source
ScheduleId
Declaration
[JsonProperty("scheduleId")]
public string ScheduleId { get; set; }
Property Value
|
Edit this page
View Source
ScheduleItems
Declaration
[JsonProperty("scheduleItems")]
public List<CalendarScheduleSlot> ScheduleItems { get; set; }
Property Value
Extension Methods