Class CalendarImporterBase
Inheritance
System.Object
CalendarImporterBase
Namespace: Telerik.UI.Xaml.Controls.Scheduler.ICalendar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class CalendarImporterBase : Object
Constructors
CalendarImporterBase(Boolean)
Declaration
protected CalendarImporterBase(bool ignoreParseErrors)
Parameters
|
System.Boolean
ignoreParseErrors
|
Methods
ApplyAdditionalData(IAppointment, CalObject)
Declaration
protected abstract IAppointment ApplyAdditionalData(IAppointment appointment, CalObject calObject)
Parameters
|
IAppointment
appointment
|
|
CalObject
calObject
|
Returns
|
IAppointment
|
ApplyAppointmentData(IAppointment, CalObject, IDictionary<String, TimeZoneInfo>)
Declaration
protected virtual IAppointment ApplyAppointmentData(IAppointment appointment, CalObject calObject, IDictionary<string, TimeZoneInfo> timeZones)
Parameters
|
IAppointment
appointment
|
|
CalObject
calObject
|
|
System.Collections.Generic.IDictionary<System.String, System.TimeZoneInfo>
timeZones
|
Returns
|
IAppointment
|
CreateNewAppointment(CalObject)
Declaration
protected virtual IAppointment CreateNewAppointment(CalObject vevent)
Parameters
|
CalObject
vevent
|
Returns
|
IAppointment
|
CreateNewResource(CalObject)
Declaration
protected virtual IResource CreateNewResource(CalObject vevent)
Parameters
|
CalObject
vevent
|
Returns
|
IResource
|
GetAppointments(CalObject)
Declaration
public virtual IEnumerable<IAppointment> GetAppointments(CalObject calendar)
Parameters
|
CalObject
calendar
|
Returns
|
System.Collections.Generic.IEnumerable<IAppointment>
|
Import(TextReader)
Declaration
public IEnumerable<IAppointment> Import(TextReader textReader)
Parameters
|
System.IO.TextReader
textReader
|
Returns
|
System.Collections.Generic.IEnumerable<IAppointment>
|