B
Ben
Hi,
I'm one of the - apparently few - people that only get grief from
Entourage's time zone support. All my events are in local time, wherever
that is - that's my choice for simplicity's sake and also a necessity when
synchronizing with a Palm device (My Treo 600 has no time zone support to
start with.)
Now, whenever I travel and change the system clock to reflect my new
location, all times in calendar events past and future change accordingly.
This is madness - and definitely bad design, Microsoft take note of iCal's
handling of the same conundrum.
Anyway, I prefer to use Entourage and my only choice is to change the time
zones of all events via a script every time I move to a different time zone.
tell application "Microsoft Entourage"
set the timezone of the event id eventNum to "Alaska"
end tell
When I try this, I get an error message that entourage "Can't set the
timezone of event xyz to "Alaska".
I can't find Entourage's own "names" for timezones in its dictionary nor via
a google search.
Can anyone steer me in the right direction?
Much appreciated,
Ben
I'm one of the - apparently few - people that only get grief from
Entourage's time zone support. All my events are in local time, wherever
that is - that's my choice for simplicity's sake and also a necessity when
synchronizing with a Palm device (My Treo 600 has no time zone support to
start with.)
Now, whenever I travel and change the system clock to reflect my new
location, all times in calendar events past and future change accordingly.
This is madness - and definitely bad design, Microsoft take note of iCal's
handling of the same conundrum.
Anyway, I prefer to use Entourage and my only choice is to change the time
zones of all events via a script every time I move to a different time zone.
tell application "Microsoft Entourage"
set the timezone of the event id eventNum to "Alaska"
end tell
When I try this, I get an error message that entourage "Can't set the
timezone of event xyz to "Alaska".
I can't find Entourage's own "names" for timezones in its dictionary nor via
a google search.
Can anyone steer me in the right direction?
Much appreciated,
Ben