Share via


_CalendarSharing.CalendarDetail Property

Returns or sets an OlCalendarDetail value indicating the level of detail for calendar items included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property CalendarDetail As OlCalendarDetail
    Get
    Set
'Usage
Dim instance As _CalendarSharing
Dim value As OlCalendarDetail

value = instance.CalendarDetail

instance.CalendarDetail = value
OlCalendarDetail CalendarDetail { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlCalendarDetail
A OlCalendarDetail value that indicates the level of detail for calendar items.

Remarks

The value of this property determines the allowable values for the following properties of the CalendarSharing object:

  • IncludeAttachments must be set to False if CalendarDetail is set to olFreeBusyOnly or olFreeBusyAndSubject.

  • IncludePrivateDetails must be set to False if CalendarDetail is set to olFreeBusyOnly.

  • RestrictToWorkingHours must be set to False if CalendarDetail is set to olFreeBusyAndSubject or olFullDetails.

See Also

Reference

_CalendarSharing Interface

_CalendarSharing Members

Microsoft.Office.Interop.Outlook Namespace