> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3279370226_192720
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit

I¹m having a dickens of a time with Exchange and Entourage (and a little bit
with iCal/sync services).

When I look at my Exchange server, I see that it is set at at GMT-7:00. BUT
. . .

I live in Denver, which is the same time zone DURING STANDARD TIME as
Phoenix, AZ. And, as you probably know, AZ doesn¹t pay attention to
Daylight Savings Time. Hence, the problem . . .

So, what I want to know is: Is there a way to globally change ALL of the
events/entries I have in Entourage to be: ³US-Mountain Time-Denver². This
IS one of the options for Macs in the Date/Time preferences. Some may
already be set that way, but many others list ³Phoenix² as the default.

Thanks!

Gary

--
Gary Brower
Entourage 2004
OS10.4.10



--B_3279370226_192720
Content-type: text/html;
charset="ISO-8859-1"
Content-transfer-encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Funky Time-zone stuff w/ Exchange</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Palatia"><SPAN STYLE=3D'font-size:14.0px'>I&#8217;m having a dick=
ens of a time with Exchange and Entourage (and a little bit with iCal/sync s=
ervices).<BR>
<BR>
When I look at my Exchange server, I see that it is set at at GMT-7:00. &nb=
sp;BUT . . .<BR>
<BR>
I live in Denver, which is the same time zone DURING STANDARD TIME as Phoen=
ix, AZ. &nbsp;And, as you probably know, AZ doesn&#8217;t pay attention to D=
aylight Savings Time. &nbsp;Hence, the problem . . .<BR>
<BR>
So, what I want to know is: &nbsp;Is there a way to globally change ALL of =
the events/entries I have in Entourage to be: &nbsp;&#8220;US-Mountain Time-=
Denver&#8221;. &nbsp;This IS one of the options for Macs in the Date/Time pr=
eferences. &nbsp;Some may already be set that way, but many others list &#82=
20;Phoenix&#8221; as the default.<BR>
<BR>
Thanks!<BR>
<BR>
Gary<BR>
<BR>
-- <BR>
Gary Brower<BR>
Entourage 2004<BR>
OS10.4.10<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>


--B_3279370226_192720--

Re: Funky Time-zone stuff w/ Exchange by William

William
Sat Dec 01 22:01:59 PST 2007

Gary Brower wrote:
> I?m having a dickens of a time with Exchange and Entourage (and a little
> bit with iCal/sync services).
>
> When I look at my Exchange server, I see that it is set at at GMT-7:00.
> BUT . . .
>
> I live in Denver, which is the same time zone DURING STANDARD TIME as
> Phoenix, AZ. And, as you probably know, AZ doesn?t pay attention to
> Daylight Savings Time. Hence, the problem . . .
>
> So, what I want to know is: Is there a way to globally change ALL of
> the events/entries I have in Entourage to be: ?US-Mountain
> Time-Denver?. This IS one of the options for Macs in the Date/Time
> preferences. Some may already be set that way, but many others list
> ?Phoenix? as the default.

Hi Gary!

You can do this with a script. I'm providing a very basic script that
will work provided you have just one Exchange account and one calendar
in that Exchange account. Be very sure that you want to change all
events to the same time zone. I have not tested how this will affect
synchronization with iCal or PDAs.

Paste the following lines into the Script Editor application found in
/Applications/AppleScript:



tell application "Microsoft Entourage"

-- Eastern = 4
-- Central = 3
-- Mountain = 2
-- Pacific = 1

set theCalendar to calendar 1 of Exchange account 1

-- in this line change the number to the appropriate time zone
set time zone of every event of theCalendar to 3
end tell



In the next to the last line, change the number "3" to "2" for Mountain
time.

Hope this helps!

--

bill

William M. Smith, Microsoft Interop MVP - Mac/Windows
Entourage Help Page <http://entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>