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

Import collection of Appointment from ICalendar format.

Definition

Constructors

Initializes a new instance of the AppointmentCalendarImporter class.

C#
public AppointmentCalendarImporter()

Initializes a new instance of the AppointmentCalendarImporter class.

C#
public AppointmentCalendarImporter(bool ignoreParseErrors)
Parameters:ignoreParseErrorsbool

If set to true ignore appointment that can not parse.

Methods

Writes the additional data for appointment.

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

The appointment.

calObjectCalObject

The cal object.

Returns:

IAppointment

Overrides: CalendarImporterBase.ApplyAdditionalData(IAppointment, CalObject)