Overview of O365 features
masterO365 provides a Pythonic abstraction layer for the Microsoft Graph REST API, enabling access to services like Email, Calendar, Contacts, OneDrive, and SharePoint.
Key capabilities include:
- Full OAuth Support: Automatic handling of refresh tokens.
- Datetime Management: Automatic conversion between local and server datetimes.
- Resource Switching: Easy access to shared mailboxes, other users' resources, and SharePoint.
- Pagination: Custom iterators that handle future requests automatically for infinite item retrieval.
- Querying: A query helper for building OData queries (filter, order, select, and search).
- Extensibility: Modular
ApiComponentsfor building custom functionality.