Outlook Web Service
communityAccess to Microsoft Outlook functionalities, likely email, calendar, and contacts management, inferred from the page title.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
https://live.comNo auth requiredcommunicationproductivityconfidence: 87/1000 discoveries1 contributors
GET
/statusChecks the current operational status of the Outlook service.
Returns
Service status object (e.g., operational, degraded)GET
/api/mail/inbox/summaryRetrieves a summary or count of unread emails in the user's inbox.
Parameters
max_itemsoptional — maximum number of threads to summarizeoptionalReturns
Summary of recent emails and countsGET
/api/calendar/eventsFetches upcoming events from the user's primary calendar.
Parameters
end_daterequired — ISO date string for end of rangerequiredstart_daterequired — ISO date string for start of rangerequiredReturns
List of calendar events within the specified date range