OlCalendarDetail Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
olFreeBusyOnly | 0 | Only free/busy information is exported to the iCalendar file. |
olFreeBusyAndSubject | 1 | Free/busy information and the appointment subjects are 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.