Title: Re: Entourage 2001 Script - Set Flags
On 7/20/03 8:45 PM, "VIA MEDIA" <[EMAIL PROTECTED]> wrote:
> Does anyone have or know of a script that will go through all my contacts in
> Entourage 2001 and turn the "Sync this contact with Palm organizer" flags on
> (or off). I need to move all my contacts (2000+) to my Palm and don't want
> to have to search one by one.
>
> I tried the site referenced above but could not find anything. (I'm a total
> neophyte when it comes to scripts, so I may have missed it.)
>
tell application "Microsoft Entourage"
set sync with palm of every contact to true
display dialog "All done!" with icon 1
end tell
That's all there is to it. Paste it into Script Editor and run it, or save as compiled script and put it into Entourage script Menu items if you might run it again sometime: it's faster that way too. (Call it "Sync All". Then make another script replacing 'true' with 'false' and call it "Sync None". You can run them from the Script menu then.)
This is for Entourage 2001 only - X does not have such a property, since it has more sophisticated syncing by categories and a simple setting in HotSync Manager.
--
Paul Berkowitz
MVP Entourage
PLEASE always state which version of Entourage you are using - 2001 or X. It's often impossible to answer your questions otherwise.
- Entourage 2001 Script - Set Flags VIA MEDIA
- Paul Berkowitz
