Class CalendarScheduleRequest
Inheritance
CalendarScheduleRequest
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarScheduleRequest
Properties
|
Edit this page
View Source
AvailabilityViewInterval
Declaration
[JsonProperty("availabilityViewInterval")]
public int? AvailabilityViewInterval { get; set; }
Property Value
|
Edit this page
View Source
EndTime
Declaration
[JsonProperty("endTime")]
public CalendarDateTimeTimeZone EndTime { get; set; }
Property Value
|
Edit this page
View Source
Schedules
Declaration
[JsonProperty("schedules")]
public List<string> Schedules { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[JsonProperty("startTime")]
public CalendarDateTimeTimeZone StartTime { get; set; }
Property Value
Extension Methods