outlook365

Automate Outlook 365 email and calendar management via the Graph API.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill outlook365
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook365
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/outlook365
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill outlook365

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate routine Microsoft Outlook 365 workflows by sending, reading, and organizing emails and calendar events through the Graph API, reducing manual effort and errors.

Core Features & Use Cases

  • Send emails with attachments, simulate replies, and manage mail folders
  • Read, search, and organize emails; create and manage calendar events
  • Use case: coordinate a weekly status update by auto-sending reports and scheduling reminders

Quick Start

Install and configure the outlook365 skill, then begin managing your Outlook 365 mailbox and calendar with the Robomotion CLI.

Frequently Asked Questions about outlook365

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending Outlook 365 emails with attachments?

You can automate sending Outlook 365 emails with attachments by using the Graph API through Robomotion to programmatically manage message dispatch and file attachments without manual intervention.

Can I search and organize Outlook 365 mail folders automatically?

Yes, you can automatically read, search, and organize Outlook 365 mail folders by applying Graph API commands within your automated Robomotion workflows to streamline email management.

What do I need to configure before automating Outlook 365 calendar events?

Before automating Outlook 365 calendar events, you need the robomotion CLI, the outlook365 package installed, and properly configured OAuth2 credentials stored in the Robomotion vault for session handling.

Does Outlook 365 automation work with per-session command handling?

Yes, Outlook 365 automation supports per-session command handling, allowing isolated execution of Graph API operations for emails and calendar events across multiple concurrent business workflows.

What is the best way to schedule recurring calendar reminders using the Graph API?

The best way to schedule recurring calendar reminders is by automating Outlook 365 through the Graph API, enabling programmatic creation and updates of calendar events for routine business workflows.

Why are OAuth2 credentials required for Outlook 365 email automation?

OAuth2 credentials are required for Outlook 365 email automation to securely authenticate Graph API requests, ensuring authorized access to mailbox and calendar data during automated session management.