iCalendarAppointmentImportingEventArgs.VEvent Property
Provides access to the event calendar component conforming to the iCalendar standard.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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