Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
slug: build-collaborative-agents-where-work-happens
title: "Build collaborative agents where work happens"
external_url: https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/
date: 2026-06-02
authors:
- name: Sujeet Mehta
title: Microsoft
tags: [teams-sdk, agents]
description: Learn how to build collaborative agents that work directly in Teams and Microsoft 365 experiences where people already collaborate.
---

import ExternalRedirect from '@site/src/components/ExternalRedirect';

<ExternalRedirect to="https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
slug: whats-new-in-microsoft-teams--may-2026---build-edition
title: "What's new in Microsoft Teams | May 2026 - Build Edition"
external_url: https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613
date: 2026-06-02
authors:
- name: KerryPerezHeffernan
title: Microsoft
tags: [teams-sdk, announcement]
description: See the latest Microsoft Teams platform updates from the May 2026 Build Edition announcement.
---

import ExternalRedirect from '@site/src/components/ExternalRedirect';

<ExternalRedirect to="https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613" />
2 changes: 2 additions & 0 deletions teams.md/src/data/externalBlogUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export const externalBlogUrls: Record<string, string> = {
'join-the-microsoft-365-copilot-developer-camp': 'https://devblogs.microsoft.com/microsoft365dev/join-the-microsoft-365-copilot-developer-camp/',
'announcing-the-updated-teams-ai-library-and-mcp-support': 'https://devblogs.microsoft.com/microsoft365dev/announcing-the-updated-teams-ai-library-and-mcp-support/',
'python-support-for-the-microsoft-teams-sdk-is-now-generally-available': 'https://devblogs.microsoft.com/microsoft365dev/python-support-for-the-microsoft-teams-sdk-is-now-generally-available/',
'build-collaborative-agents-where-work-happens': 'https://devblogs.microsoft.com/microsoft365dev/build-collaborative-agents-where-work-happens/',
'whats-new-in-microsoft-teams--may-2026---build-edition': 'https://techcommunity.microsoft.com/blog/microsoftteamsblog/whats-new-in-microsoft-teams--may-2026---build-edition/4524613',
};
Loading