PC Review


Reply
Thread Tools Rate Thread

add resource to meeting request

 
 
Steve*n
Guest
Posts: n/a
 
      19th Jan 2009
My organization utilizes conference rooms as resources when creating Outlook
appts. So I can click an Add Rooms button and then select a room to add as a
resource within an Outlook meeting request. When I click send the calendar
of that resource is updated accordingly.

I want to be able to mimic this functionality programmatically, ideally in
asp.net but an Outlook Add-In would work as well. I have the code below but
it doesn't send anything to the resource. How can I get a list of resources
and then schedule that resource for a meeting?

Outlook.Application app = this.Application;
Outlook.AppointmentItem appt =
(Outlook.AppointmentItem)app.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olAppointmentItem);

appt.Subject = "test";
appt.Location = "Conf Room - Level 1";
appt.Start = Convert.ToDateTime("1/19/2009 6:00:00 PM");
appt.End = Convert.ToDateTime("1/19/2009 7:00:00 PM");
appt.Body = "Test";
appt.Resources = "Conf Room - Level 1";
appt.RequiredAttendees = (E-Mail Removed);

appt.Save();

Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Meeting Request not updating the calendar of resource Nishanth Microsoft Outlook Calendar 0 5th Apr 2006 07:58 AM
Resource meeting request not removing from caledar =?Utf-8?B?R29yZG9u?= Microsoft Outlook Calendar 1 6th Aug 2005 05:24 AM
Resource Scheduling - Recurring Meeting Request Sandeep Thakker Microsoft Outlook Calendar 2 20th Jul 2005 08:40 PM
resource removed from a meeting when editing the meeting request =?Utf-8?B?bWFydGlu?= Microsoft Outlook Calendar 0 21st Mar 2005 04:03 PM
No Meeting Request 'Resource Booked' confirmation box. John Jennings Microsoft Outlook Calendar 0 5th Aug 2003 12:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:34 AM.