VEvent Properties
Represents an VEVENT calendar component of iCalendar object model.| Name | Description |
|---|---|
| Alarms | Gets a collection of VALARM calendar components for this event. |
| BodyItemType | Gets the type of the calendar item. Inherited from iCalendarComponentBase. |
| Categories | Provides access to the CATEGORIES property of a calendar component. |
| Created | Provides access to the CREATED property of a calendar component. |
| CustomComponents | Provides access to a collection of calendar components incorporated into the current component. Inherited from iCalendarComponentBase. |
| CustomProperties | Provides access to a collection of custom properties for a calendar component. Inherited from iCalendarComponentBase. |
| Description | Provides access to the DESCRIPTION property of a calendar component. |
| End | Provides access to the DTEND property of a calendar component. |
| ExceptionDateTimes | Provides access to the EXDATE property of a calendar component. |
| ExceptionRules | Provides access to the EXRULE property of a calendar component. |
| IsAllDay | Gets whether the event is an ‘all-day’ event. |
| IsChangedOccurrence | Gets whether the event conforms to the ‘changed occurrence’ type. |
| IsPattern | Gets whether the event conforms to the ‘pattern’ type. |
| LastModified | Provides access to the LAST-MODIFIED property of a calendar component. |
| Location | Provides access to the LOCATION property of a calendar component. |
| Name | Gets the name of the calendar component (“VEVENT”). |
| RecurrenceId | Provides access to the RECURRENCE-ID property of a calendar component. |
| RecurrenceRules | Provides access to the RRULE property of a calendar component. |
| Stamp | Provides access to the DTSTAMP property of a calendar component. |
| Start | Provides access to the DTSTART property of a calendar component. |
| Summary | Provides access to the SUMMARY property of a calendar component. |
| UniqueIdentifier | Provides access to the UID property of a calendar component. |
See Also