Access 2003 appointment to Outook 2003

G

Guest

(Note: Question has been previously posted in Access forums; got some great
ideas but not specific answers)

Seeking code/examples, etc. for:
* Employee is registered for a company training class in Access 2003 (I have
this).
* As part of the confirmation, an appointment is created in the employee's
Outlook 2003 calendar with a reminder for the class (need this).

I have located a number of resources that have code for creating an
appointment in Outlook from Access. All of these examples create the
appointment for the active user. I can not, however, find any way to send an
appointment with custom info (for training class) to another person
(attendee).

The closest solution I have right now is to generate a customized
e-mail message to attendee with text that reminds them to create an reminder
/ appointment for the upcoming class.

Any ideas, links, code, etc.?

Thank you in advance,
 
S

Sue Mosher [MVP-Outlook]

See http://www.outlookcode.com/codedetail.aspx?id=88 for a code sample that shows how to send a meeting request to another user. This would be another alternative:

1) Create the appointment in the calendar of the local user.
2) Use the AppointmentItem.ForwardAsVCard method to create and send a message with that appointment attached.
3) Delete the local copy of the appointment.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top