Skip to content

[Outlook] (online meeting) Document how to add post-meeting resources #5308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

samantharamon
Copy link
Contributor

No description provided.

Copy link
Contributor

Learn Build status updates of commit c6cfa95:

✅ Validation status: passed

File Status Preview URL Details
docs/outlook/online-meeting.md ✅Succeeded View

For more details, please refer to the build report.

@samantharamon samantharamon requested a review from Copilot July 31, 2025 20:40
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for post-meeting resource functionality to Outlook online-meeting add-ins. The main purpose is to guide developers on how to automatically update meeting items with resources like recordings, recaps, or transcripts after a meeting ends.

  • Adds a new section explaining how to provide meeting resources to attendees post-meeting
  • Includes code example demonstrating Microsoft Graph API usage for updating meeting body content
  • Updates metadata date and reorganizes existing content for better flow

@@ -1,7 +1,7 @@
---
title: Create an Outlook add-in for an online-meeting provider
description: Discusses how to set up an Outlook add-in for an online-meeting service provider.
ms.date: 12/16/2024
ms.date: 08/05/2025
Copy link
Preview

Copilot AI Jul 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date 08/05/2025 is in the future. Documentation dates should reflect when the content was last updated, not future dates.

Suggested change
ms.date: 08/05/2025
ms.date: 10/05/2023

Copilot uses AI. Check for mistakes.

Copy link
Contributor

Learn Build status updates of commit 29c50d8:

✅ Validation status: passed

File Status Preview URL Details
docs/outlook/online-meeting.md ✅Succeeded View

For more details, please refer to the build report.

Copy link
Contributor

Learn Build status updates of commit 7c116af:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error: CannotMergeCommit] Cannot merge commit 7c116aff21777805526dd6da6727de115368bdc5 in branch samramon-meeting-provider-solution of repository https://github.com/OfficeDev/office-js-docs-pr into branch main (commit f5c625dd1eeb32e61c707abaf6082191d56d7acf). Please follow this documentation: https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/ to use git.exe to resolve you content conflicts locally and then push to remote.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Copy link
Contributor

Learn Build status updates of commit 761b028:

✅ Validation status: passed

File Status Preview URL Details
docs/outlook/online-meeting.md ✅Succeeded View

For more details, please refer to the build report.

@samantharamon samantharamon marked this pull request as ready for review August 6, 2025 17:00
- Access to the meeting instance created by the organizer. Changes must be made to the organizer's meeting instance to propagate to the attendees' meeting instance.

1. When a meeting ends, configure your add-in to fetch the resources that will be added to the meeting object.
1. Use the Microsoft Graph API to get the organizer's meeting instance. Ensure that the **body** property is included in the request. For information on the API, see [Get event](/graph/api/event-get).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Use the Microsoft Graph API to get the organizer's meeting instance. Ensure that the **body** property is included in the request. For information on the API, see [Get event](/graph/api/event-get).
1. Use the Microsoft Graph API to get the organizer's meeting instance. Ensure that the `body` property is included in the request. For information on the API, see [Get event](/graph/api/event-get).

1. Update the body of the meeting with the applicable meeting resources. For information on the API, see [Update event](/graph/api/event-update).
> [!IMPORTANT]
> When making changes to the **body** property of a meeting, make sure to preserve the online meeting blob. Removing the meeting blob from the body disables the online-meeting functionality.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> When making changes to the **body** property of a meeting, make sure to preserve the online meeting blob. Removing the meeting blob from the body disables the online-meeting functionality.
> When making changes to the `body` property of a meeting, make sure to preserve the online meeting blob. Removing the meeting blob from the body disables the online-meeting functionality.

}
};
// Update the event with the new body content
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Update the event with the new body content
// Update the event with the new body content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants