aiendpoint.dev
ServicesOutlook Web Service

Outlook Web Service

community

Access to Microsoft Outlook functionalities, likely email, calendar, and contacts management, inferred from the page title.

Visit site ↗

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/status

Checks the current operational status of the Outlook service.

Returns

Service status object (e.g., operational, degraded)
GET/api/mail/inbox/summary

Retrieves a summary or count of unread emails in the user's inbox.

Parameters

max_itemsoptional — maximum number of threads to summarizeoptional

Returns

Summary of recent emails and counts
GET/api/calendar/events

Fetches upcoming events from the user's primary calendar.

Parameters

end_daterequired — ISO date string for end of rangerequired
start_daterequired — ISO date string for start of rangerequired

Returns

List of calendar events within the specified date range