Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can enable or disable the Calendar Attendant function to process meeting messages for a user. A meeting message is any meeting item used in the meeting workflow to update calendar items.

By default, the Calendar Attendant performs the following actions on a user's calendar:

For more information about how to disable the automatic removal of older meeting messages on a per-user basis in Microsoft Office Outlook Web App, see "Automatic Processing" in Calendar Tab.

Looking for other management tasks related to meeting items? Check out Managing Meeting Items.

Use the Shell to enable automatic processing of meeting messages

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Calendar processing" entry in the Mailbox Permissions topic.

Note:
You can't use the EMC to enable automatic processing of meeting messages.

This example enables the automatic processing of meeting messages for Ellen Adam's mailbox.

Copy Code
Set-CalendarProcessing -Identity "Ellen Adams" -AutomateProcessing AutoUpdate

For detailed syntax and parameter information, see Set-CalendarProcessing.

Use the Shell to disable automatic processing of meeting messages

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Calendar processing" entry in the Mailbox Permissions topic.

Note:
You can't use the EMC to disable automatic processing of meeting messages.

This example disables the automatic processing of meeting messages for Kevin's mailbox.

Copy Code
Set-CalendarProcessing -Identity "Kevin" -AutomateProcessing:None

For detailed syntax and parameter information, see Set-CalendarProcessing.