Skip to main content
All docs
V26.1
  • IOutlookEngine.TryUpdateEvent(ref Event, String) Method

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

    Assembly: DevExpress.XtraScheduler.v26.1.Microsoft365Calendar.dll

    Declaration

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

    Parameters

    Name Type
    event Microsoft.Graph.Models.Event

    Optional Parameters

    Name Type Default
    calendarId String null

    Returns

    Type
    Boolean
    See Also