add-office365 Skill
Adds Office 365 Outlook by delegating to /add-connector with api-id=sharedoffice365 and action mode. Use when integrating Outlook mail/calendar. Published by microsoft in Managed-Apps.
What is add-office365 Skill?
Adds Office 365 Outlook by delegating to /add-connector with api-id=sharedoffice365 and action mode. Use when integrating Outlook mail/calendar. Published by microsoft in Managed-Apps. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using Managed-Apps
Technical details
- Install or run with Copy skill directory
When to use add-office365 Skill
- Use it for developers using managed-apps.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/add-office365/SKILL.md
What it does
Adds Office 365 Outlook by delegating to /add-connector with api-id=sharedoffice365 and action mode. Use when integrating Outlook mail/calendar.
Skill instructions
๐ Shared Instructions: shared-instructions.md โ Cross-cutting concerns. Add Office 365 Outlook (Wrapper) This skill is a thin wrapper. Use /add-connector as the single implementation path. Delegation contract Invoke /add-connector with: - api-id: sharedoffice365 - mode: action --- Office 365 Connector: Method Selection Guide After the connector is added, you'll have access to Office365OutlookService with 20+ methods. Use this guide to select the right method for your use case. Calendar Operations For Fetching Events in a Date Range: GetEventsCalendarViewV2 Best for: Meeting lists, calendar views, event queries between two dates (e.g., "past 7 days", "next 30 days"). Key Parameters: - calendarId (string) โ Always discover using CalendarGetTables() first - startDateTimeOffset (ISO 8601 string) โ Use .toISOString() - endDateTimeOffset (ISO 8601 string) โ Use .toISOString() - top, skip (optional) โ For pagination (200-1000 range typical) Pattern: typescript import { Office365OutlookServic
Explore related resources
Frequently asked questions
What is add-office365?
add-office365 is a open-source AI agent skill with Copy skill directory. Adds Office 365 Outlook by delegating to /add-connector with api-id=sharedoffice365 and action mode. Use when integrating Outlook mail/calendar.
Who is add-office365 best for?
add-office365 is best for reusing agent instructions, scripts, and references.
How do I install add-office365?
Install or run add-office365 using Copy skill directory. Check add-office365 for the latest setup command.
Is add-office365 actively maintained?
add-office365 may need a closer maintenance check before production use.
Auto-fetched from GitHub.