Work with calendar items

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The AppointmentItem class contains the methods and properties you use to perform tasks with calendar items.

Task Procedure
Create an appointment and add recipients. How to: Programmatically create appointments
Delete an instance of a recurring appointment. How to: Programmatically delete appointments
Create a Calendar folder and add an Appointment item. How to: Programmatically create a custom calendar
Create a meeting request and send it. How to: Programmatically create a meeting request

For more information about Outlook tasks and the Outlook object model, see Outlook object model overview.

See also