Python Forum
Meeting Room Booking - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Meeting Room Booking (/thread-11593.html)



Meeting Room Booking - r7rajkumar - Jul-17-2018

Hi,

I am trying to book/Cancel meeting room (Exchange)using python. I have tried the exchangelib but it dosent work for me. kindly suggest that any other library we can use for this booking and cancellation.

Thanks


RE: Meeting Room Booking - jefsummers - Sep-29-2021

Need more info - you are writing an app in Python that you want to intereact with Microsoft Exchange server to schedule meetings?
If correct, why are you doing this rather than using Outlook, Teams, or other elements of the Microsoft suite? What specific features are you looking for that are not already supplied?