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

VEvent Members

Represents an VEVENT calendar component of iCalendar object model.

Constructors

Name Description
VEvent() Initializes a new instance of the VEvent class with the default settings.

Fields

Name Description
TokenName The name of this calendar component - VEVENT.

Properties

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.

Methods

Name Description
AddObject(iCalendarBodyItem) Adds a calendar property or a component to the current calendar object. Inherited from iCalendarComponentBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also