Setting Time Zones for Entourage Calendar Event Import

C

Chris

Hi there- I have a script that imports the game schedule for my home
baseball team. When I import the events into Entourage, I can set all of the
relevant factors I need with the exception of the time zone (all of the
events times are ET). Does anyone know the name of the Entourage property I
need to set (and how to set it)? I need to add this information into the
following AppleScript:

set newEvent to make new event with properties {subject:theName,
location:theLoc, content:theContent, start time:theStart, end time:theEnd,
category:theCat, remind time:180}

Any help would be appreciated.

Chris
 
C

Chris

Thanks. I actually figured out how to solve this problem by doing some date
math within AppleScript.

Chris
 
Top