App Logo
outlook.live.com

Get calendar event (Outlook)

Read the full detail of one event in the signed-in Outlook consumer calendar, by its event id.

Input

eventId required

The event's data-calitemid, as returned by list_events.

Output

id required
url required
body required

Empty string when the event has no body.

when required

The site's own rendering of the date range, verbatim and LOCALE-DEPENDENT (e.g. 'Fri 18/09/2026 14:00 - 15:00'). Deliberately not parsed into a date: dd/mm and mm/dd are indistinguishable here, so use list_events for the ISO date.

subject required
location required

Empty string when the event has no location.

endTime optional

End time HH:MM. Empty if not parseable.

attendees optional

Required attendees as rendered, empty when there are none.

startTime optional

Start time HH:MM, taken from digits so it survives translation. Empty if not parseable.

FAQ

Read the full detail of one event in the signed-in Outlook consumer calendar, by its event id.
Required: eventId.
It returns id, url, body, when, endTime, subject, location, attendees, startTime.
Yes. It acts as you on outlook.live.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the outlook.live.com cookies saved by the Reduck extension.
It only reads. It looks things up on outlook.live.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/get_event, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/get_event
It is part of Reduck's official curated catalogue.

Start building not clicking