I want to make a simple application in Visual Studio that checks if a certain person has an appointment at the current time. Our company works with the Outlook Calendar, so I'd like to connect that to Visual Studio. I've seen some things out there, but it all seems a bit complex for the goal I want to achieve.
To give an example, I want to know if one of my colleagues has an appointment at this time, so I can set a variable true or false.
Does anyone know how to do this?