Class CalendarEvent
Inheritance
CalendarEvent
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class CalendarEvent
Properties
|
Edit this page
View Source
Attendees
Declaration
[JsonProperty("attendees")]
public List<CalendarAttendee> Attendees { get; set; }
Property Value
|
Edit this page
View Source
Body
Declaration
[JsonProperty("body")]
public CalendarItemBody Body { get; set; }
Property Value
|
Edit this page
View Source
BodyPreview
Declaration
[JsonProperty("bodyPreview")]
public string BodyPreview { get; set; }
Property Value
|
Edit this page
View Source
CreatedDateTime
Declaration
[JsonProperty("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }
Property Value
|
Edit this page
View Source
End
Declaration
[JsonProperty("end")]
public CalendarDateTimeTimeZone End { 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
Importance
Declaration
[JsonProperty("importance")]
public string Importance { get; set; }
Property Value
|
Edit this page
View Source
IsAllDay
Declaration
[JsonProperty("isAllDay")]
public bool? IsAllDay { get; set; }
Property Value
|
Edit this page
View Source
IsCancelled
Declaration
[JsonProperty("isCancelled")]
public bool? IsCancelled { get; set; }
Property Value
|
Edit this page
View Source
IsReminderOn
Declaration
[JsonProperty("isReminderOn")]
public bool? IsReminderOn { get; set; }
Property Value
|
Edit this page
View Source
LastModifiedDateTime
Declaration
[JsonProperty("lastModifiedDateTime")]
public DateTimeOffset? LastModifiedDateTime { get; set; }
Property Value
|
Edit this page
View Source
Location
Declaration
[JsonProperty("location")]
public CalendarLocation Location { get; set; }
Property Value
|
Edit this page
View Source
Locations
Declaration
[JsonProperty("locations")]
public List<CalendarLocation> Locations { get; set; }
Property Value
|
Edit this page
View Source
OnlineMeetingUrl
Declaration
[JsonProperty("onlineMeetingUrl")]
public string OnlineMeetingUrl { get; set; }
Property Value
|
Edit this page
View Source
Organizer
Declaration
[JsonProperty("organizer")]
public CalendarEmailAddressWrapper Organizer { get; set; }
Property Value
|
Edit this page
View Source
Recurrence
Declaration
[JsonProperty("recurrence")]
public CalendarRecurrence Recurrence { get; set; }
Property Value
|
Edit this page
View Source
ReminderMinutesBeforeStart
Declaration
[JsonProperty("reminderMinutesBeforeStart")]
public int? ReminderMinutesBeforeStart { get; set; }
Property Value
|
Edit this page
View Source
ResponseRequested
Declaration
[JsonProperty("responseRequested")]
public bool? ResponseRequested { get; set; }
Property Value
|
Edit this page
View Source
ResponseStatus
Declaration
[JsonProperty("responseStatus")]
public CalendarResponseStatus ResponseStatus { get; set; }
Property Value
|
Edit this page
View Source
Sensitivity
Declaration
[JsonProperty("sensitivity")]
public string Sensitivity { get; set; }
Property Value
|
Edit this page
View Source
SeriesMasterId
Declaration
[JsonProperty("seriesMasterId")]
public string SeriesMasterId { get; set; }
Property Value
|
Edit this page
View Source
ShowAs
Declaration
[JsonProperty("showAs")]
public string ShowAs { get; set; }
Property Value
|
Edit this page
View Source
Start
Declaration
[JsonProperty("start")]
public CalendarDateTimeTimeZone Start { get; set; }
Property Value
|
Edit this page
View Source
Subject
Declaration
[JsonProperty("subject")]
public string Subject { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
WebLink
Declaration
[JsonProperty("webLink")]
public string WebLink { get; set; }
Property Value
Extension Methods