microsoft-365
Installation
SKILL.md
Microsoft 365 Expert
Full API reference for Outlook Mail, Calendar, Contacts, OneDrive/SharePoint Files,
Excel Online, and Microsoft Teams using the Microsoft Graph API
(https://graph.microsoft.com/v1.0).
Installation
# Microsoft Graph Python SDK + Azure Identity for auth
pip install msgraph-sdk azure-identity
# Optional: MSAL directly for lower-level token control
pip install msal
Quick Start (Local / Personal Use — No App Registration)
Like gcloud auth login, the Azure CLI lets you authenticate as yourself with no app registration needed: