OlCalendarDetail Enum

Definition

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

public enum class OlCalendarDetail
public enum OlCalendarDetail
Public Enum OlCalendarDetail
Inheritance
OlCalendarDetail

Fields

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(OlCalendarMailFormat) and SaveAsICal(String) methods.

Applies to