Go Back   The macosxhints Forums > OS X Help Requests > Applications



Reply
 
Thread Tools Rate Thread Display Modes
Old 06-02-2005, 02:55 PM   #1
vince1960@earthl
Registered User
 
Join Date: Jun 2005
Posts: 1
Question Automator and Entourage

Can automator be used with Entourage?

17"iMac G4 768MB
vince1960@earthl is offline   Reply With Quote
Old 01-30-2009, 03:14 PM   #2
jonkovach
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
jonkovach is offline   Reply With Quote
Old 01-30-2009, 03:46 PM   #3
tw
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-
tw is offline   Reply With Quote
Old 01-31-2009, 06:07 PM   #4
dianeross
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
2) Use the action "Run AppleScript." Adjust the placement by editing 75, 140.
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
__________________
--
Diane Ross,
Office Mac Help
OfficeforMacHelp
Scripts for Mac
dianeross is offline   Reply With Quote
Old 02-01-2009, 04:14 PM   #5
tw
Hall of Famer
 
Join Date: Apr 2007
Posts: 4,262
Quote:
Originally Posted by dianeross
...

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-
tw is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:03 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.