I've made a Windows Forms application in Visual Studio which is connected to Outlook and lists my upcoming appointments. It also checks if I'm busy or free at the current time or not. This is working fine.
For the project we're doing, I need to check the busy/free state for other people in the company as well. I know I can see this in the Outlook Web App when I want to schedule an appointment. It's in the sceduling assistant.
Is there a way I can do this from my C# application?
Thanks in advance!