Fixed font Subject: Non-default calendar syntax
Author: Julian Jordan Date: 30 Nov 2010
References:
Hi

I've just been upgraded to 64-bit Windows 7 & Outlook 2010

Before this upgrade, I had running a slightly tweaked version of this
script:

http://www.ryanwatkins.net/software/outlook2ical.js

Which worked very well for periodically exporting a group shared
calendar to iCal

The calendar I want to export shows up in Outlook 2010 under "My
Calendars" as "IT-Staff-Leave" by virtue of an "additional mailbox"
communal user set up for the whole IT dept to share.

I know the crucial line in the code is:
var calendar =
ol.getnamespace("mapi").getdefaultfolder(olFolderCalendar).items;

Which exports my default calendar just fine, but I can't seem to tweak
it to export the It-Staff-Leave calendar as it used to.

Thanks for any pointers,

Julian