CalendarSharing Object Members

Outlook Developer Reference

Represents a set of utilities for sharing calendar information.

Methods

  Name Description
Bb176640.methods(en-us,office.12).gif ForwardAsICal Forwards calendar information from the parent Folder of the CalendarSharing object as the payload of a MailItem.
Bb176640.methods(en-us,office.12).gif SaveAsICal Exports calendar information from the parent Folder of the CalendarSharing object as an iCalendar calendar (.ics) file.

Properties

  Name Description
Bb176640.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176640.properties(en-us,office.12).gif CalendarDetail Returns or sets an OlCalendarDetail value indicating the level of detail for calendar items included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.
Bb176640.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176640.properties(en-us,office.12).gif EndDate Returns or sets the inclusive end date of the range of calendar items to be shared by the CalendarSharing object. Read/write.
Bb176640.properties(en-us,office.12).gif Folder Returns the Folder containing the calendar items to be shared by the CalendarSharing object. Read-only.
Bb176640.properties(en-us,office.12).gif IncludeAttachments Returns or sets whether attachments for calendar items should be included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.
Bb176640.properties(en-us,office.12).gif IncludePrivateDetails Returns or sets whether private details for calendar items should be included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.
Bb176640.properties(en-us,office.12).gif IncludeWholeCalendar Returns or sets whether all calendar items in the folder should be included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.
Bb176640.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176640.properties(en-us,office.12).gif RestrictToWorkingHours Returns or sets whether calendar items that do not occur within working hours should be included in the iCalendar (.ics) file created by the ForwardAsICal or SaveAsICal methods of the CalendarSharing object. Read/write.
Bb176640.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176640.properties(en-us,office.12).gif StartDate Returns or sets the inclusive start date of the range of calendar items to be shared by the CalendarSharing object. Read/write.