Skip to main content
A newer version of this page is available. .

SchedulerExtension.ImportFromICalendar<T>(SchedulerSettings, Stream) Method

Imports appointments from iCalendar format.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public static T[] ImportFromICalendar<T>(
    SchedulerSettings settings,
    Stream stream
)

Parameters

Name Type Description
settings SchedulerSettings

A SchedulerSettings object containing settings applied to the Scheduler

stream Stream

A Stream containing data in iCalendar format.

Type Parameters

Name
T

Returns

Type Description
T[]

A collection of Model data class objects contained in the appointment data source and mapped to an appointment.

Remarks

Review the iCalendar module in our MVC Extensions demos for more information on iCalendar support.

See Also