Class AppointmentCalendarImporter
Import collection of Appointment from ICalendar format.
Inherited Members
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentCalendarImporter : CalendarImporterBase
Constructors
AppointmentCalendarImporter()
Initializes a new instance of the AppointmentCalendarImporter class.
Declaration
public AppointmentCalendarImporter()
AppointmentCalendarImporter(Boolean)
Initializes a new instance of the AppointmentCalendarImporter class.
Declaration
public AppointmentCalendarImporter(bool ignoreParseErrors)
Parameters
System.Boolean
ignoreParseErrors
If set to |
Methods
ApplyAdditionalData(IAppointment, CalObject)
Writes the additional data for appointment.
Declaration
protected override IAppointment ApplyAdditionalData(IAppointment appointment, CalObject calObject)
Parameters
IAppointment
appointment
The appointment. |
CalObject
calObject
The cal object. |
Returns
IAppointment
|