CalendarSharing.CalendarDetail property (Outlook)
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.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.