dotNET
dotNET

Reputation: 35400

Outlook: Change calendar color

Is it possible to change the color of calendar folder in Outlook 2007/2010 through VBA/VSTO? Note that I'm not talking about appointments color, which can be set using categories. To see what I mean, go to Calendar tab in Outlook, right-click on a calendar and choose Color menu. You'll get a fixed list of options. I want to do this programmatically.

Upvotes: 1

Views: 1462

Answers (1)

SliverNinja - MSFT
SliverNinja - MSFT

Reputation: 31641

Unfortunately, it is not currently possible to assign the background color of Calendar folder or items using Outlook.CalendarView. MS has chose not so support this feature programmatically yet - they only expose it via the UI using Calendar Default Display Options and Calendar Color Properties.

Upvotes: 0

Related Questions