Skip to main content

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

Imports appointments from iCalendar format.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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