OlCalendarDetail enumeration (Outlook)

Indicates the level of detail for calendar items that will be exported to an iCalendar (.ics) file.

Name Value Description
olFreeBusyAndSubject 1 Free/busy information and the appointment subjects are exported to the iCalendar file.
olFreeBusyOnly 0 Only free/busy information is exported to the iCalendar file.
olFullDetails 2 Full details of each appointment item are exported to the iCalendar file.

Remarks

This enumeration is used by the CalendarDetail property of the CalendarSharing object (Outlook) to determine the level of detail for calendar items stored in the iCalendar file created by the ForwardAsICal and SaveAsICal methods.

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.