CalendarEvent.CalendarEventDetails Property

Definition

The CalendarEventDetails property provides additional information about a calendar event.

public:
 property ExchangeWebServices::CalendarEventDetails ^ CalendarEventDetails { ExchangeWebServices::CalendarEventDetails ^ get(); void set(ExchangeWebServices::CalendarEventDetails ^ value); };
public ExchangeWebServices.CalendarEventDetails CalendarEventDetails { get; set; }
Public Property CalendarEventDetails As CalendarEventDetails

Property Value

The CalendarEventDetails property returns a CalendarEventDetails instance that contains additional information about a calendar event.

Remarks

The GetUserAvailability(GetUserAvailabilityRequestType) method does not return detailed caller information unless the caller has read access on the target user's calendar. You can set access permissions by using the Exchange Management Shell.

Applies to