CalendarSharing.RestrictToWorkingHours Property (Outlook)
Returns or sets a Boolean value that indicates whether calendar items that do not occur within working hours should be 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 .RestrictToWorkingHours
expression An expression that returns a CalendarSharing object.
Return Value
True if calendar items that do not occur within working hours should be included; otherwise, False.
Remarks
This property must be set to False if the CalendarDetail property of the CalendarSharing object is set to olFreeBusyOnly or olFullDetails..