IOutlookEngine.TryUpdateEvent(ref Event, String) Method
Tries to update the specified event in the calendar.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
Parameters
Name | Type | Description |
---|---|---|
event | Microsoft.Graph.Event | An event that contains updated data. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
calendarId | String | null | A calendar ID. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
The TryUpdateEvent
method replaces the event
parameter value with the event returned by the calendar.
See Also