Link to home
Start Free TrialLog in
Avatar of rkanter
rkanter

asked on

How to schedule resources?

We are using Outlook 2000 with Exchange 2K.  Users have complained about the steps need to book resource.  They would either like to just invite the resource(in which case the resource does not automatically reply) or enter something into the location field and have it add the entry as a resource(it would have to be resolved first).  I have tried to use a custom form but I have not had much luck.  Any suggestions?
Avatar of rjcpjc
rjcpjc

What are they doing now?
Avatar of rkanter

ASKER

They go to schedule then click on invite others from the address book.  The location button seems like it should do what they want but it is not linked to the resources as expected.
How is the resource setup?  Is the resource a normal recipient?
Avatar of rkanter

ASKER

The resource is setup as MS suggests with Automatically accept enabled.  The problem is not with the calendar but with the selection of it as a resource.  It seems to me that the location field should trigger the resource selection (not just selecting a resource setting the location).  Most our users type in the names of the meeting attendees in the To field rather than selecting from a list.  If you add the resource in the To field it is added as a required recipient not a resource.
But its a valid recipient.  So if you're putting it in the to field then its going to be seen as a valid recipient.  There's no way to really change that behavior.  

I think you could setup a custom form and move items from the location field to the resource field and then do a resolve.  
Hello rkanter

this question is open for more then 2 months
time to clean up
if not stated otherwise

my recom will be
-PAQ
-points to rjcpjc
-this will be finalized by an EE Moderator
-with no further update (25.10.2002)

PLEASE DO NOT ACCEPT THIS COMMENT AS ANSWER

HAGD:O)Bruintje
posted by ToolzEE v1.0
Avatar of rkanter

ASKER

FYI, I found a way of accomplishing this by linking the location field to an attendee with a type of resource.
Here is the code I used
               Item.MeetingStatus=1
               Set myRecipient = Item.Recipients.Add (Item.Location)
               myRecipient.Type = 3
'               Item.Resources = Item.Location
               Item.Recipients.ResolveAll
ASKER CERTIFIED SOLUTION
Avatar of Jgould
Jgould

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial