Skip to main content
All docs
V25.2
  • OutlookEngine.TryUpdateEvent(ref Event, String) Method

    This member supports the internal infrastructure, and is not intended to be used directly from your code.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

    Declaration

    public bool TryUpdateEvent(
        ref Event event,
        string calendarId = null
    )

    Parameters

    Name Type
    event Microsoft.Graph.Event

    Optional Parameters

    Name Type Default
    calendarId String null

    Returns

    Type
    Boolean
    See Also