Creating a calendar appt macro with several attendees

G

Guest

I'm trying to create a macro button on the Outlook toolbar that will open a
calendar appointment with today's date (no time range, or 8:00 am to 8:00 am)
and 5 specific people invited. So, anytime I wanted to meet with these 5
people, I just click the macro button and adjust the time. I'm lost on how to
create the code to open the calendar appointment and populate it with the 5
attendees and the default time. I'm running Office Pro 2003. Any help will be
greatly appreciated.
 
G

Guest

I'm 90% there... 3 add'l clarifications:

What is the syntax for entering more than 1 recipient?
Is there a way to set the focus after the appointment is generated to the
"Scheduling" tab?
Is there a "refresh" available? Because when I add 1 recipient, for some
reason, Outlook will not display the available calendar times of the
recipient, unless I manually add a recipient, then they all are displayed.
 
S

Sue Mosher [MVP-Outlook]

You can set the RequiredAttendees property to a semi-colon delimited string of recipient addresses.

There is no Refresh method.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 

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