Class
AppointmentCalendarImporter

Import collection of Appointment from ICalendar format.

Definition

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

bool

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

IAppointment

The appointment.

calObject

CalObject

The cal object.

Returns

IAppointment

Overrides CalendarImporterBase.ApplyAdditionalData(IAppointment, CalObject)