I recently ran into a problem where, with Exchange synchronization (Advanced->Synchronize items with the server) turned on, my holidays were multiplied into the hundreds. So now, I have up to 100 entries on any given holiday. It’s like Groundhog day the movie, only not funny. Is there a pref/plist file I can erase to reset this?
Needless to say, I've since turned of synchronization. :-P
Run a script. (From Script Editor will do - you probably won't need it again.)
tell application "Microsoft Entourage"
delete every event whose category contains {category "Holiday"}
display dialog "Done!" with icon 1
end if
Then Import the holidays you want again.
--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/toc.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>
PLEASE always state which version of Entourage you are using - 2001 or X. It's often impossible to answer your questions otherwise.
--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/toc.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>
PLEASE always state which version of Entourage you are using - 2001 or X. It's often impossible to answer your questions otherwise.
