CalendarSharing.IncludeWholeCalendar property (Outlook)
Returns or sets a Boolean value that indicates whether all calendar items in the folder should be included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.
Syntax
expression. IncludeWholeCalendar
expression An expression that returns a CalendarSharing object.
Return value
True if all calendar items in the folder should be included; otherwise, False.
Remarks
If this property is set to True, the StartDate and EndDate properties of the CalendarSharing object are ignored and all calendar items in the folder are included.
If this property is set to False, the StartDate and EndDate properties determine the range of calendar items to be included.
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.