CalendarEvent Class

Definition

The CalendarEvent class represents a unique calendar item occurrence.

public ref class CalendarEvent
public class CalendarEvent
Public Class CalendarEvent
Inheritance
CalendarEvent

Remarks

The appointment and meeting times that are contained in the CalendarEvent instance are in the time zone of the client. The level of detail that this class provides depends on the permissions that are granted to the requestor.

Constructors

CalendarEvent()

The CalendarEvent constructor initializes a new instance of the CalendarEvent class.

Properties

BusyType

The BusyType property gets or sets the free/busy status of a calendar event.

CalendarEventDetails

The CalendarEventDetails property provides additional information about a calendar event.

EndTime

The EndTime property gets or sets the end time of a calendar event.

StartTime

The StartTime property gets or sets the start time of a calendar event.

Applies to