outlook
Installation
SKILL.md
Outlook
Access the Microsoft Outlook API (via Microsoft Graph) with managed OAuth authentication. Read, send, and manage emails, folders, calendar events, and contacts.
Quick Start
CLI:
maton outlook message list --folder Inbox --top 25
maton api '/outlook/v1.0/me/messages?$top=25'
Python: