Share via


OlCalendarDetail Enumeration

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

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 to determine the level of detail for calendar items stored in the iCalendar file created by the ForwardAsICal and SaveAsICal methods.

See Also