SchedulerExtension.ImportFromICalendar<T>(SchedulerSettings, Stream) Method
In This Article
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 | Scheduler |
A Scheduler |
stream | Stream | A Stream containing data in i |
#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