Resource Reservations

Hi

I have created a database to reserve rooms and resources and not using the mail template. To create a reservation, I use C++ API call CreateCalendarEntry and set the room and resource name and send it. This process creates a reservation in the Server Reservations database. But busytime does not get updated and the resource is shown as available.

Is there something else I must do to make the busytime get updated with the new reservation values?

Thanks and regards

Gayathri

Subject: Resource Reservations

Hi Gayathri,

Please check up in your workstation notes.ini parameter.

Sched_Dialing_Enabled=1

0 - Disables dialing out to check Busy Time

1 - Enables dialing out to check Busy Time

Hope this will help you!!

-Daruri

PCLP6 Admin, PCLP5 Admin& Dev,PCLP4 Admin& Dev

Subject: Resource Reservations - Update on what I did

Thank you for your response.

I finally had to do this using C++ API - I passed the invitee list & start time and end time to a function that set the values in a calendar entry and mailed the calendar entry. It changed the formname to Notice so that the server reservations db processes it as if it is a R4 reservation request.

Regards

Gayathri