ClassAppointmentCalendarExporter
Class
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
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
The appointment.
calObject
The cal object.
Overrides