Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section provides sample tasks that involve the Outlook Calendar folder.
In this section
Topic | Description |
---|---|
Share Free/Busy schedule within a specified period in a calendar | Obtains the Free/Busy schedule within a specified week from a calendar and displays the free, busy, and subject details to the user. |
Share calendar information through email | Shares information from a calendar by email in the iCalendar format. |
Display a shared calendar of a recipient | Displays a recipient's shared calendar by using the CreateRecipient(String) and GetSharedDefaultFolder(Recipient, OlDefaultFolders) methods. |
Save a calendar to disk | Saves an entire calendar to disk in the iCalendar (.ics) file format. |
Open and display the contents of an iCalendar file | Opens and displays the contents of an iCalendar file, depending on whether the file contains a single or recurrent appointment, or the file contains a group of appointments. |