iCalendarAppointmentImportingEventArgs Properties
Provides data for the AppointmentImporter.AppointmentImporting event of the iCalendarImporter.Name | Description |
---|---|
Appointment | Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs. |
Cancel | Gets or sets whether the operation performed on the processed event should be cancelled. Inherited from AppointmentCancelEventArgs. |
VEvent | Provides access to the event calendar component conforming to the iCalendar standard. |
See Also