How to: Export Data to iCalendar
The following example demonstrates how to export data from a scheduler to the iCalendar format. To do this, add a reference to the DevExpress.XtraScheduler.v14.2.iCalendarExchange.dll library (you can find this assembly file in C:\Program Files (x86)\DevExpress 14.2\Components\Bin\Silverlight), create an iCalendarExporter class instance, pass the scheduler storage accessed via SchedulerControl.GetCoreStorage to its constructor and call the AppointmentExporter.Export method with a parameter set to a stream that specifies the .ics file selected by an end-user.
See Also