Skip to main content
A newer version of this page is available. .

VEvent Class

Represents an VEVENT calendar component of iCalendar object model.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public class VEvent :
    iCalendarComponentBase

Remarks

The VEVENT component provides a grouping of component properties that describe an event.

To access the VEvent instance before export/import process is accomplished, subscribe to the AppointmentImporter.AppointmentImporting or AppointmentExporter.AppointmentExporting events and use the iCalendarAppointmentImportingEventArgs.VEvent or the iCalendarAppointmentExportingEventArgs.VEvent properties.

The TextProperty class enables you to add a property, which is not present in the current VEVENT implementation, to a calendar component.

The following code snippets (auto-collected from DevExpress Examples) contain references to the VEvent class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DevExpress.XtraScheduler.iCalendar.Components.iCalendarObject
DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem
See Also