SchedulerExtension.ExportToICalendar(SchedulerSettings, Object) Method
Exports the scheduler data to iCalendar format using the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.2.dll
Declaration
public static ActionResult ExportToICalendar(
SchedulerSettings settings,
object appointmentDataObject
)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | SchedulerSettings | A SchedulerSettings object that contains scheduler settings required to instantiate a SchedulerControl to accomplish an export task. |
| appointmentDataObject | Object | An object that is the appointment data source for the Scheduler. |
Returns
| Type | Description |
|---|---|
| ActionResult | A ActionResult encapsulating the result of the Scheduler data export operation. |
See Also