I have 6.5 room resource database that I have been working on changing to allow multiple resources to be reserved (instead of just one).
I have been tracing the code for a meeting to get the jest of checking and sending notices to the resource databases, but I have not found the code (tracing it multiple times). I have found the code in the common script library of the 6.5 mail template: Call vBEObject.InviteRooms() that appears to be sending the notifiecations out to the resource databases - but I cannot find the InviteRooms code.
Has anyone done this before? I am trying to get it where the user can select a software and it will fill-in 1 or more resources that would be affected when the software is changed (patching Win2K would affect server01, server02). I know when I change this I will have to handle the maintence on the code.