New to Telerik UI for WPFStart a free 30-day trial

Export collection of Appointment to ICal format.

Definition

Constructors

C#
public AppointmentCalendarExporter()

Methods

Writes the additional data for appointment.

C#
protected override void WriteAdditionalDataForAppointment(IAppointment appointment, CalObject calObject)
Parameters:appointmentIAppointment

The appointment.

calObjectCalObject

The cal object.

Overrides: CalendarExporterBase.WriteAdditionalDataForAppointment(IAppointment, CalObject)