Class
AppointmentCalendarExporter

Export collection of Appointment to ICal format.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class AppointmentCalendarExporter : CalendarExporterBase

Inheritance: objectCalendarExporterBaseAppointmentCalendarExporter

Inherited Members CalendarExporterBase.Export(IEnumerable<IAppointment>, TextWriter)CalendarExporterBase.AppointmentToCalObject(IAppointment)CalendarExporterBase.CreateCalendar(IEnumerable<IAppointment>)CalendarExporterBase.CreateCalendarObject()

Constructors

AppointmentCalendarExporter()

Declaration

cs-api-definition
public AppointmentCalendarExporter()

Methods

WriteAdditionalDataForAppointment(IAppointment, CalObject)

Writes the additional data for appointment.

Declaration

cs-api-definition
protected override void WriteAdditionalDataForAppointment(IAppointment appointment, CalObject calObject)

Parameters

appointment

IAppointment

The appointment.

calObject

CalObject

The cal object.

Overrides CalendarExporterBase.WriteAdditionalDataForAppointment(IAppointment, CalObject)