I’d like to set up a meeting “appointment” in Outlook using VBA automation. I can create the appointment object and add recipients and “send” it (put it on their calendars) just fine. What I’d like to do and have figured out how is to check the calendars for each of the recipients to determine their availability (i.e., access the information on the “Attendee Availability” tab (Meeting Request) through the Outlook object model) and then set the time and duration of the meeting accordingly. The recipients are all on our network’s Microsoft Exchange Server.
Can this be done? If so, can anyone get me pointed in the right direction?
Thanks.