Available conference rooms are listed in MS Outlook

I want to write a custom Outlook plugin that will open a search form by clicking on it. I filled out the form with basic search criteria and by clicking the "Search" button, all available conference rooms will be displayed in a pop-up window in Outlook. I know that in the New Outlook Appointment window, this works for us. But I don't want to use this, but I want to build it from scratch. I am planning to write a log inside a plugin using Java. So first I need to know the internal mechanism of how Outlook retrieves the list of available rooms when creating a new meeting request.

After spending a few hours on the internet, I realized:

  • All conference rooms are listed in some database on a central server.
  • MS Outlook communicates with the database via MS Exchange.
  • After running a database search query, Exchange returns a list of numbers to Outlook.
  • The user selects a room and then submits a meeting request.
  • Exchange sends a meeting request to other users.
  • Exchange also checks the availability of the number while maintaining the status of the database database.
  • If the conference room reservation fails, Exchange sends a message to Outlook

Do I understand correctly? If not, please correct me. Also, can you tell me what protocols Outlook and Exchange use to communicate with each other and with the DB? Can I code this in Java?

+3
windows outlook exchange-server


source to share


No one has answered this question yet

Check out similar questions:

2453
How do I install pip on Windows?
1975
How do I know which process is listening on a port on Windows?
five
Send a request for the current perspective without using Outlook
1
How to Unassign in Outlook?
1
Programming with Visio in SharePoint, create a new Outlook appointment in Javascript?
0
"view my site" not showing up in Outlook?
0
How to program availability check and create new appointment in Outlook?
0
Import Outlook calendar to sharepoint issue
0
Java outlook appointment request in email body?
0
Extract meeting locations in Outlook using JAVA



All Articles
Loading...
X
Show
Funny
Dev
Pics