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

iCalendarAppointmentImportingEventArgs.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 AppointmentImporter.AppointmentImporting 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.

See Also