Class CalendarResponseType
Inheritance
CalendarResponseType
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public static class CalendarResponseType
Fields
|
Edit this page
View Source
Accepted
Declaration
public const string Accepted = "accepted"
Field Value
|
Edit this page
View Source
Declined
Declaration
public const string Declined = "declined"
Field Value
|
Edit this page
View Source
None
Declaration
public const string None = "none"
Field Value
|
Edit this page
View Source
NotResponded
Declaration
public const string NotResponded = "notResponded"
Field Value
|
Edit this page
View Source
Organizer
Declaration
public const string Organizer = "organizer"
Field Value
|
Edit this page
View Source
TentativelyAccepted
Declaration
public const string TentativelyAccepted = "tentativelyAccepted"
Field Value