Hi, Marc
I can't test this because I have only one (test) Exchange account, but this
ought to work. Decide which of the two you want to use as the "combined"
calendar, and this moves all the events form the other calendar to it. You
can save the script (in Script Editor, which is in
/Applications/AppleScript/)) to the Entourage Script Menu Items folder, and
you'll find it as a menu item in the Script menu. You can even assign it a
keyboard shortcut of you wish. (See "About the script menu" in Help.) Then
you can repeat regularly - or even set up a Schedule to do this once a day,
or every hour or whatever. It's not possible to copy the items (at least not
simply - it could be done however), but 'move' is better, because this
allows you to keep doing it regularly without constantly duplicating
previous items.
Here's the script. If it doesn't work as is, or if it errors when the first
calendar is empty, let me know. If it does either, I can alter the script
for you so it won't. Just enter the correct names for the Exchange accounts
as they appear, exactly, in Tools/Accounts/Exchange, instead of "Account
Name 1 Here" and "Account Name 2 Here".
tell application "Microsoft Entourage"
move every event of (get primary calendar of Exchange account "Account
Name 1 Here") to primary calendar of Exchange account "Account Name 2 Here"
end tell
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.
From: "Marc M. Janssen" <
[email protected]>
Newsgroups: microsoft.public.mac.office.entourage
Date: Thu, 10 Aug 2006 14:18:50 +0200
Conversation: Combine calendars
Subject: Re: Combine calendars
Hi Paul,
I¹m using Entourage 2004 version 11.2.5 (060620)
Both calendars are personal calendars and are in two different exchange
servers, different exchange accounts
wich I have access to by internet. One by secure (https) and one unsecure
(http) connection. Both calendars are named Calendar.
Thanks!
Op 09-08-2006 22:59, in artikel C0FF9AD2.DA3CD%berkowit@spoof_silcom.com,
Paul Berkowitz said:
Does anybody know how I can combine two different calendars from two
different exchange servers I have access to???
AppleScript. If you tell me the name and the kind (are they both the main
"Contacts [Exchange Name]" personal calendar of their respective accounts, or
is one of them a delegated or shared calendar, etc.) of the calendars, and
whether they are on the same or different Exchange accounts, I can tell you
how to do it.