MacOS – How to change Mac OS X iCal’s calendar color for Microsoft Exchange server account

colorconfigurationexchange-activesyncicalmacos

I'm using iCal for managing my schedules in my company. And my company is using Microsoft Exchange server for schedules. When I added the company account to iCal, it set the calendar color as orange. I have been using blue for my working schedule. So it's confusing me so much!

Usually, other accounts support changing the color by clicking Get Info menu. But this Exchange account doesn't show any configurable options. How can I change the color?

Best Answer

I think this issue is specific to Lion. You can't even get to the info screen for an Exchange calendar, to make the colour choice shown in the screen shots here. Googling, I turned up the following Applescript to accomplish the task:

tell application "iCal"
  set color of calendar "Calendar" to choose color default color {0, 0, 0}
end tell