Search Results for

    Show / Hide Table of Contents

    Class CalendarEvent

    Inheritance
    object
    CalendarEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    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
    Type Description
    List<CalendarAttendee>
    | Edit this page View Source

    Body

    Declaration
    [JsonProperty("body")]
    public CalendarItemBody Body { get; set; }
    Property Value
    Type Description
    CalendarItemBody
    | Edit this page View Source

    BodyPreview

    Declaration
    [JsonProperty("bodyPreview")]
    public string BodyPreview { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CreatedDateTime

    Declaration
    [JsonProperty("createdDateTime")]
    public DateTimeOffset? CreatedDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    End

    Declaration
    [JsonProperty("end")]
    public CalendarDateTimeTimeZone End { get; set; }
    Property Value
    Type Description
    CalendarDateTimeTimeZone
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Importance

    Declaration
    [JsonProperty("importance")]
    public string Importance { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsAllDay

    Declaration
    [JsonProperty("isAllDay")]
    public bool? IsAllDay { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IsCancelled

    Declaration
    [JsonProperty("isCancelled")]
    public bool? IsCancelled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IsReminderOn

    Declaration
    [JsonProperty("isReminderOn")]
    public bool? IsReminderOn { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    LastModifiedDateTime

    Declaration
    [JsonProperty("lastModifiedDateTime")]
    public DateTimeOffset? LastModifiedDateTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Location

    Declaration
    [JsonProperty("location")]
    public CalendarLocation Location { get; set; }
    Property Value
    Type Description
    CalendarLocation
    | Edit this page View Source

    Locations

    Declaration
    [JsonProperty("locations")]
    public List<CalendarLocation> Locations { get; set; }
    Property Value
    Type Description
    List<CalendarLocation>
    | Edit this page View Source

    OnlineMeetingUrl

    Declaration
    [JsonProperty("onlineMeetingUrl")]
    public string OnlineMeetingUrl { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Organizer

    Declaration
    [JsonProperty("organizer")]
    public CalendarEmailAddressWrapper Organizer { get; set; }
    Property Value
    Type Description
    CalendarEmailAddressWrapper
    | Edit this page View Source

    Recurrence

    Declaration
    [JsonProperty("recurrence")]
    public CalendarRecurrence Recurrence { get; set; }
    Property Value
    Type Description
    CalendarRecurrence
    | Edit this page View Source

    ReminderMinutesBeforeStart

    Declaration
    [JsonProperty("reminderMinutesBeforeStart")]
    public int? ReminderMinutesBeforeStart { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    ResponseRequested

    Declaration
    [JsonProperty("responseRequested")]
    public bool? ResponseRequested { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ResponseStatus

    Declaration
    [JsonProperty("responseStatus")]
    public CalendarResponseStatus ResponseStatus { get; set; }
    Property Value
    Type Description
    CalendarResponseStatus
    | Edit this page View Source

    Sensitivity

    Declaration
    [JsonProperty("sensitivity")]
    public string Sensitivity { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SeriesMasterId

    Declaration
    [JsonProperty("seriesMasterId")]
    public string SeriesMasterId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ShowAs

    Declaration
    [JsonProperty("showAs")]
    public string ShowAs { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Start

    Declaration
    [JsonProperty("start")]
    public CalendarDateTimeTimeZone Start { get; set; }
    Property Value
    Type Description
    CalendarDateTimeTimeZone
    | Edit this page View Source

    Subject

    Declaration
    [JsonProperty("subject")]
    public string Subject { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    WebLink

    Declaration
    [JsonProperty("webLink")]
    public string WebLink { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation