I can think of a couple of ways to do this. If the user is willing to enable
Word macros, you could include Outlook automation code. Or, you could save
the desired appointment information as an iCalendar .ics file on your
network and put in a link to that file.
What I would like to do is Start a Word document with an
agenda then at the end have e link to add to that persons
calendar. But I cant figure out how to insert my created
request into the word document. And I am not familiar
with the automation tool you have mentioned. I cannot
use iCalendar becuse there will be persons from different
networks and not all have access to mine. Can you give
me any guide on this??
Not "automation tool" but "automation" -- as in writing VBA code to automate
Outlook. You can create any new item with Outlook's Application.CreateItem
method. Have you written your own macros before (not just recorded them in
Word)?