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

iCalendarAppointmentExportingEventArgs.VEvent Property

Provides access to the event calendar component conforming to the iCalendar standard.

Namespace: DevExpress.XtraScheduler.iCalendar

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

Declaration

public VEvent VEvent { get; }

Property Value

Type Description
VEvent

A VEvent class instance representing an event calendar component.

Remarks

When handling the AppointmentExporter.AppointmentExporting event, use the VEvent property to access the event calendar component structured as described in RFC 2445.

The VEvent object exposes a set of properties which correspond to the Internet Calendaring and Scheduling Core Object Specification.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VEvent property.

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.

See Also