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
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