Skip to main content

iCalendarAppointmentImportedEventArgs.VEvent Property

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

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public VEvent VEvent { get; }

Property Value

Type Description
VEvent

A VEvent class instance representing an event calendar component.

Remarks

When handling the AppointmentImporter.AppointmentImported 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