Import collection of Appointment from ICalendar format.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AppointmentCalendarImporter : CalendarImporterBase
Inheritance: objectCalendarImporterBaseAppointmentCalendarImporter
Inherited Members
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)
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)
The appointment.
calObjectCalObjectThe cal object.
Returns:Overrides: