Class CalendarItem
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarItem
Properties
|
Edit this page
View Source
CanEdit
Declaration
[JsonProperty("canEdit")]
public bool? CanEdit { get; set; }
Property Value
|
Edit this page
View Source
CanShare
Declaration
[JsonProperty("canShare")]
public bool? CanShare { get; set; }
Property Value
|
Edit this page
View Source
CanViewPrivateItems
Declaration
[JsonProperty("canViewPrivateItems")]
public bool? CanViewPrivateItems { get; set; }
Property Value
|
Edit this page
View Source
Color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
IsDefaultCalendar
Declaration
[JsonProperty("isDefaultCalendar")]
public bool? IsDefaultCalendar { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Owner
Declaration
[JsonProperty("owner")]
public CalendarEmailAddressWrapper Owner { get; set; }
Property Value
Extension Methods