DevExpress.XtraScheduler.v12.2.iCalendarExchange
Represents an object that transforms the event calendar components in iCalendar format into Scheduler appointments.
Initializes a new instance of the iCalendarImporter class with the specified storage.
A object representing a storage for imported events.
Fires when the calendar object conforming to the iCalendar specification is created.
Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.
A string, representing a token for non-standard iCalendar properties.
Handles all calendars through a set of procedures to create corresponding appointments in the storage.
An object that holds the calendars.
Lists error types specific for iCalendar data exchange.
Indicates that the file supplied is not a valid iCalendar file.
Represents errors that occur during iCalendar data import.
Initializes a new instance of the iCalendarEventImportException class with the specified settings.
A object representing a collection of event calendar components defined by iCalendar standard.
Provides access to an event collection containing events which raised an exception.
A object representing a collection of calendar event components.
Provides data for the event of the .
Initializes a new instance of the iCalendarAppointmentExportingEventArgs class with the specified settings.
An object representing an event in XtraScheduler.
A object representing an event calendar component defined by the iCalendar standard.
Provides access to the event calendar component conforming to the iCalendar standard.
A class instance representing an event calendar component.
Provides data for the event of the .
Initializes a new instance of the iCalendarAppointmentImportedEventArgs class with the specified settings.
An object representing an event in XtraScheduler.
A object representing an event calendar component defined by the iCalendar standard.
Provides access to the event calendar component conforming to the iCalendar standard.
A class instance representing an event calendar component.
Enables you to add a new property to the iCalendar component.
Initializes a new instance of the TextProperty class with the specified settings.
A string specifying the name of the property.
A string specifying the property's value.
Adds property parameters to the iCalendar component property.
A string representing the name of a property.
A list of strings, containing property values.
Adds a property parameter to an iCalendar component property.
A string containing the parameter's name.
A string containing the parameter's value.
Gets a collection of parameters for this property.
An DevExpress.XtraScheduler.iCalendar.Components.iCalendarNamedObjectCollection class instance, representing a collection of parameters.
Gets the name of a property represented by this TextProperty class instance.
A string representing the property's name.
Represents an VEVENT calendar component of iCalendar object model.
Initializes a new instance of the VEvent class with default settings.
Gets a collection of VALARM calendar components for this event.
An instance of the DevExpress.XtraScheduler.iCalendar.Components.VAlarmCollection class representing a collection of DevExpress.XtraScheduler.iCalendar.Components.VAlarm objects.
Modifies VALARM data according to the time zone specified via the TimeZoneManager. This method is not intended to be used directly from your code.
A TimeZoneManager object.
Provides access to the CATEGORIES property of a calendar component.
An object of the DevExpress.XtraScheduler.iCalendar.Components.CategoriesProperty type representing a CATEGORIES property.
Provides access to the CREATED property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.DateTimeCreatedProperty object, representing the CREATED calendar property.
Provides access to the DESCRIPTION property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.DescriptionProperty object representing the DESCRIPTION calendar property.
Provides access to the DTEND property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty object representing the DTEND calendar property.
Provides access to the EXDATE property of a calendar component.
An DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesPropertyCollection object that is a collection of DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesProperty objects, each representing an appointment exception.
Provides access to the EXRULE property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection collection containing recurrence rules.
Gets whether the event is an 'all-day' event.
true if the current event is an all-day event; otherwise, false.
Gets whether the event conforms to the 'changed occurrence' type.
true if a current event is a changed occurrence; otherwise, false.
Gets whether the event conforms to the 'pattern' type.
true if a current event is a recurrence pattern; otherwise, false.
Provides access to the LAST-MODIFIED property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.LastModifiedProperty object, representing the LAST-MODIFIED calendar property.
Provides access to the LOCATION property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.LocationProperty object representing the LOCATION calendar property.
Gets the name of the calendar component ("VEVENT").
The string 'VEVENT'.
Provides access to the RECURRENCE-ID property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceIdProperty object representing the RECURRENCE-ID calendar property.
Provides access to the RRULE property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.RecurrenceRulePropertyCollection class instance containing a list of objects used to represent recurrence rules.
Provides access to the DTSTAMP property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStampProperty object, representing the DTSTAMP calendar property.
Provides access to the DTSTART property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.DateTimeStartProperty object representing the DTSTART calendar property.
Provides access to the SUMMARY property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.SummaryProperty object, representing the SUMMARY calendar property.
The name of this calendar component - VEVENT.
A string 'VEVENT".
Provides access to the UID property of a calendar component.
A DevExpress.XtraScheduler.iCalendar.Components.UniqueIdentifierProperty object, representing the UID calendar property.
Provides data for the event of the and classes.
Initializes a new instance of the iCalendarParseExceptionEventArgs class with the specified settings
A object representing the original exception thrown.
A string containing a line of text in iCalendar format that caused a parse error.
An integer representing the erroneous line number in an iCalendar file.
Gets the number of a line in an iCalendar file that contains the text which causes an error while parsing.
An integer that is the number of the erroneous line.
Gets the text causing a parse error.
A string containing the text of the line in iCalendar format.
Represents an object that transforms Scheduler appointments into the event calendar components in iCalendar format.
Initializes a new instance of the iCalendarExporter class with the specified storage.
A object representing a storage for appointments being exported.
Initializes a new instance of the iCalendarExporter class with the specified parameters.
A object representing the appointments storage used for lookups.
An object, representing a collection of appointments intended for export.
Gets or sets appointments for export.
An object representing a collection of appointments intended for export.
Fires when the calendar object conforming to the iCalendar specification is created.
Gets or sets a short prefix text used to construct the names for properties not included in the iCalendar standard.
A string, representing a token for non-standard iCalendar properties.
Gets or sets the identifier for the product that created the iCalendar object.
A string usually containing company name, product name and language-specific information separated by slashes.
Represents a base class for iCalendar components.
Adds a calendar property or a component to the current calendar object.
A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem descendant, representing a calendar object to add.
Gets the type of the calendar item.
A DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItemType enumeration member.
Provides access to a collection of calendar components incorporated into the current component.
An DevExpress.XtraScheduler.iCalendar.Components.iCalendarComponentCollection object, representing a collection of calendar components.
Provides access to a collection of custom properties for a calendar component.
An object representing a collection of custom properties.
This member supports the internal infrastructure and is not intended to be used directly from your code.
An object of the DevExpress.XtraScheduler.iCalendar.Native.iCalendarWriter type.
Represents a collection of iCalendar component properties.
Initializes a new instance of the iCalendarPropertyCollection class with default settings.
Provides data for the event of the .
Initializes a new instance of the iCalendarAppointmentImportingEventArgs class with the specified settings.
An object representing an event in XtraScheduler.
A object representing an event calendar component defined by the iCalendar standard.
Provides access to the event calendar component conforming to the iCalendar standard.
A class instance representing an event calendar component.
Represents a method that will handle the and events.
Represents a method that will handle the and events.
The event source. This parameter identifies the or which raised the event.
A object containing event data.
Provides data for the and events.
Initializes a new instance of the iCalendarStructureCreatedEventArgs class with the specified settings.
An object containing iCalendar objects.
Provides access to the calendar structures conforming to the iCalendar specification.
An object that holds the calendars.
Represents errors that occur during iCalendar data exchange.
Initializes a new instance of the iCalendarException class with the specified message string.
A string representing a message associated with a specific problem in iCalendar data exchange.
Initializes a new instance of the iCalendarException class with default settings.
Provides data for the event of the .
Initializes a new instance of the iCalendarAppointmentExportedEventArgs class with the specified settings.
An object representing an event in XtraScheduler.
A object representing an event calendar component defined by the iCalendar standard.
Provides access to the event calendar component conforming to the iCalendar standard.
A class instance representing an event calendar component.