App Logo
outlook.live.com

Delete calendar event (Outlook)

Delete a single event from the signed-in Outlook consumer calendar, identified by its event id. Requires the expected subject as a safety interlock, and verifies the deletion committed by reloading — the site sometimes reverts a delete.

Input

date required

The event's date (YYYY-MM-DD), used to navigate to its week.

eventId required

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

expectedSubject required

The subject you expect this event to have. Safety interlock: if the event on the page does not match, nothing is deleted.

Output

date required
deleted required
eventId required
subject required
countAfter required
countBefore required

FAQ

Delete a single event from the signed-in Outlook consumer calendar, identified by its event id. Requires the expected subject as a safety interlock, and verifies the deletion committed by reloading — the site sometimes reverts a delete.
Required: eventId, date, expectedSubject.
It returns date, deleted, eventId, subject, countAfter, countBefore.
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 makes changes on outlook.live.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/delete_event, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/delete_event
It is part of Reduck's official curated catalogue.

Start building not clicking