Skip to main content
All docs
V23.2

IOutlookEngine.InsertEvent(ref Event, String) Method

Adds the specified event to the calendar.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

void InsertEvent(
    ref Event event,
    string calendarId = null
)

Parameters

Name Type Description
event Microsoft.Graph.Event

An event that should be added to the calendar.

Optional Parameters

Name Type Default Description
calendarId String null

A calendar ID.

Remarks

The InsertEvent method replaces the event parameter value with the event returned by the calendar.

See Also