CalendarEvent Members

Include Protected Members
Include Inherited Members

The CalendarEvent class represents a unique calendar item occurrence.

The CalendarEvent type exposes the following members.

Constructors

  Name Description
Public method CalendarEvent The CalendarEvent constructor initializes a new instance of the CalendarEvent class.

Top

Properties

  Name Description
Public property BusyType The BusyType property gets or sets the free/busy status of a calendar event.
Public property CalendarEventDetails The CalendarEventDetails property provides additional information about a calendar event.
Public property EndTime The EndTime property gets or sets the end time of a calendar event.
Public property StartTime The StartTime property gets or sets the start time of a calendar event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top