Skip to main content
All docs
V26.1
  • IOutlookEngine Members

    Allows you to create classes that work with Microsoft 365 calendars.

    Methods

    Name Description
    DeleteEvent(String) Deletes the specified event from the calendar.
    GetAllEventsFromCalendarAsync(String, Int32) Returns a task that obtains all events from the specified calendar.
    GetCalendarsAsync(Int32) Returns a task that obtains available user calendars.
    GetCalendarViewAsync(String, DateTime, DateTime, Int32) Returns a task that obtains events displayed in the calendar for the specified date range.
    GetOccurrencesFromTemplateAsync(String, DateTime, DateTime, Int32) Returns a task that obtains event occurrences for the specified date range.
    InsertEvent(ref Event, String)
    TryUpdateEvent(ref Event, String)
    See Also