I have been tasked with creating an application for keeping track of where people are for in the event of an emergency.
Currently the application is setup with users selecting the option of their location based off available predetermined options which is working, but now it has been asked if it is capable of pulling location from the outlook calendar of the user.
The user would be logged in as themselves, so permissions to outlook would be ok, but, is there a way that if I click an option and have a meeting scheduled for that time I can pull the location of the meeting and dump it to a text field in the application?
So say the user selected other, I would then call their calendar and if there was a meeting scheduled for that time slot, pull the location to the textbox for other?