Class TodoSettings
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
[Serializable]
public class TodoSettings
Properties
|
Edit this page
View Source
AutoNormalizeDateTime
Declaration
public bool AutoNormalizeDateTime { get; }
Property Value
|
Edit this page
View Source
DefaultListId
Declaration
public string DefaultListId { get; }
Property Value
|
Edit this page
View Source
DefaultTimeZone
Declaration
public string DefaultTimeZone { get; }
Property Value
|
Edit this page
View Source
EnableTaskIndexing
Declaration
public bool EnableTaskIndexing { get; }
Property Value
|
Edit this page
View Source
IncludeCompletedByDefault
Declaration
public bool IncludeCompletedByDefault { get; }
Property Value
|
Edit this page
View Source
MaxTop
Declaration
public int MaxTop { get; }
Property Value
|
Edit this page
View Source
TaskIndexRetentionDays
Declaration
public int TaskIndexRetentionDays { get; }
Property Value
Extension Methods