I am trying to send an Outlook meeting invite using JAVA. I have managed to send the invite using JAVA mail API as discussed in this post
How to send an iCal meeting request using Java Mail, and receive the response
The problem is that here Location of the Meeting Room is hard-coded.
"LOCATION:Conference room\n"
I need to retrieve the available rooms from the Outlook and then select one of these rooms as my meeting room location.