Export ISchedulerData to ICal format.
Definition
Namespace:Telerik.WinControls.UI.Scheduler.ICalendar
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerICalendarExporter : ISchedulerExporter
Inheritance: objectSchedulerICalendarExporter
Implements:
Constructors
C#
public SchedulerICalendarExporter()
Properties
Methods
Creates the ICalendar VCALENDAR object with default properties.
Exports the specified data.
C#
public void Export(ISchedulerData data, Stream stream)
The data.
streamStreamThe stream.
Implements:
Exports the specified ISchedulerData instance to ICalendar format using the specified TextWriter instance.
C#
public void Export(ISchedulerData data, TextWriter textWriter)
Exports the specified data.
C#
public string Export(ISchedulerData data)
The data.
Returns:Implements: