IOutlookEngine.InsertEvent(ref Event, String) Method
Adds the specified event to the calendar.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v25.2.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
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