Hello
I’m a fairly new applescript user and appear to be having a problem with adding calendar events to an Exchange server via Entourage.
My team has an individual Exchange account each and a group Exchange account. The individual account is set as the default account, what I would like to do is add events to the group Exchange account. However when I use the following code
tell application "Microsoft Entourage"
make new event of Exchange calendar with properties "blah"
end tell
It just uses the default (individual) Exchange account. I’m sure that there must be a way to set which account the events are added to, using the Exchange calendar account reference, I just can’t get it to work.
Has anyone tried something similar?
Any help gratefully received.
CL