OlCalendarDetail Enumeration
Indicates the level of detail for calendar items that will be exported to an iCalendar (.ics) file.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlCalendarDetail
'Usage
Dim instance As OlCalendarDetail
public enum OlCalendarDetail
Members
Member name | Description | |
---|---|---|
olFreeBusyOnly | Only free/busy information is exported to the iCalendar file. | |
olFreeBusyAndSubject | Free/busy information and the appointment subjects are exported to the iCalendar file. | |
olFullDetails | 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
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Share Free/Busy Schedule Within a Specified Period in a Calendar