Export collection of Appointment to ICal format.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentCalendarExporter : CalendarExporterBase
Inheritance: objectCalendarExporterBaseAppointmentCalendarExporter
Inherited Members
Constructors
C#
public AppointmentCalendarExporter()
Methods
Writes the additional data for appointment.
C#
protected override void WriteAdditionalDataForAppointment(IAppointment appointment, CalObject calObject)
The appointment.
calObjectCalObjectThe cal object.
Overrides: