ClassAppointmentCalendarImporter
Class
Import collection of Appointment from ICalendar format.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class AppointmentCalendarImporter : CalendarImporterBase
Inheritance: objectCalendarImporterBaseAppointmentCalendarImporter
Inherited Members
Constructors
AppointmentCalendarImporter()
Initializes a new instance of the AppointmentCalendarImporter class.
Declaration
cs-api-definition
public AppointmentCalendarImporter()
AppointmentCalendarImporter(bool)
Initializes a new instance of the AppointmentCalendarImporter class.
Declaration
cs-api-definition
public AppointmentCalendarImporter(bool ignoreParseErrors)
Parameters
ignoreParseErrors
If set to true ignore appointment that can not parse.
Methods
ApplyAdditionalData(IAppointment, CalObject)
Writes the additional data for appointment.
Declaration
cs-api-definition
protected override IAppointment ApplyAdditionalData(IAppointment appointment, CalObject calObject)
Parameters
appointment
The appointment.
calObject
The cal object.
Returns
Overrides