|
|
#1 |
|
Registered User
Join Date: Jun 2005
Posts: 1
|
Can automator be used with Entourage?
17"iMac G4 768MB
|
|
|
|
|
|
#2 |
|
Prospect
Join Date: Mar 2006
Posts: 13
|
I know this question was asked almost 4 years ago... but I am wondering if anyone can answer it?
Thanks, Jon |
|
|
|
|
|
#3 |
|
Hall of Famer
Join Date: Apr 2007
Posts: 4,262
|
automator can be used with any app, if there are actions/workflows or applescripts that call the app. you can start here - shareware, sorry - and here, or hunt around the net for other actions.
might check out Automator World - don't know if that website is still functional, though.
__________________
Philosophy is a battle against the bewitchment of our intelligence by means of language. -LW- |
|
|
|
|
|
#4 |
|
All Star
Join Date: Jan 2007
Location: Oregon
Posts: 593
|
Entourage 2008 came with several new actions, but often you only need the default actions to backup your data for example. Here are two workflows to backup Entourage safely.
It's advised not to let Time Machine backup your Entourage database. If the database is copied while being used, the backup could be corrupt. You can set the Time Machine to exclude the Microsoft User Data folder and create an iCal event to copy it over at night while not in use so you get one backup daily in Time Machine. Alternative method to use Entourage and Time Machine (does a once a day or whatever time period you select) Entourage and Time Machine (creates chronological backup of Identity can be used by both Tiger and Leopard) Using these as examples, you can create a workflow to backup your contacts. As shown in the tutorials, you save the workflow as an iCal plugin. This allows you to automate the process. I have workflows that use a script to move the window out of the top left corner. 1) Use action Create New Entourage Mail Message Code:
tell application "Microsoft Entourage"
set theWindows to every window whose class is draft window
repeat with aWindow in theWindows
set position of aWindow to {75, 140}
end repeat
end tell
|
|
|
|
|
|
#5 | |||||||||||||||||||||||
|
Hall of Famer
Join Date: Apr 2007
Posts: 4,262
|
Mac-savvy, and a fabulous singer to boot. I'm impressed.
__________________
Philosophy is a battle against the bewitchment of our intelligence by means of language. -LW- |
|||||||||||||||||||||||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|