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