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 Appointment
Declaration
public AppointmentCalendarImporter()
AppointmentCalendarImporter(Boolean)
Initializes a new instance of the Appointment
Declaration
public AppointmentCalendarImporter(bool ignoreParseErrors)
Parameters
System. 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. |
Cal The cal object. |