CalendarSharing.CalendarDetail Property

Outlook Developer Reference

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.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.CalendarDetail

expression   An expression that returns a CalendarSharing object.

Return Value
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