Skip to content

Commit

Permalink
Merge pull request #55 from cswesh/m365-meeting-minutes-generator
Browse files Browse the repository at this point in the history
M365 Meeting Mintues Generator
  • Loading branch information
rabwill authored Sep 23, 2024
2 parents dc6f195 + 01ce4f8 commit 0798186
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions samples/m365-meeting-minutes-generator/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"name": "m365-meeting-minutes-generator",
"source": "pnp",
"title": "Prepare the meeting minutes in the similar and familiar format after the meeting is completed with recordings",
"shortDescription": "Ask copilot to generate the meeting mintues for the recorded teams meetings",
"url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-meeting-minutes-generator",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-meeting-minutes-generator",
"longDescription": [
"This prompt will help you generate the meeting mintues in a tabular format. It will show the meeting title, name of the attendees, meeting time and duration, discussions and action items with action assigned to column."
],
"creationDateTime": "2024-09-22",
"updateDateTime": "2024-09-22",
"products": [
"Copilot for Microsoft 365",
"Microsoft Teams"
],
"metadata": [],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-meeting-minutes-generator/assets/demo.png",
"alt": "Prompt for Copilot for Microsoft 365 to generate the meeting mintues in a tabular format"
}
],
"authors": [
{
"gitHubAccount": "cswesh",
"pictureUrl": "https://avatars.githubusercontent.com/u/3072845?v=4",
"name": "Swesh S"
}
],
"references": [
{
"name": "Microsoft Copilot",
"description": "Microsoft Copilot",
"url": "https://copilot.microsoft.com/"
}
]
}
]
65 changes: 65 additions & 0 deletions samples/m365-meeting-minutes-generator/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# 🚀 Prepare the meeting minutes in the similar and familiar format after the meeting is completed with recordings 👩🏽‍🦰👱🏽‍♂️

![Demo of generating meeting minutes](./assets/demo.png)

## Summary 📜

This prompt will help you generate the meeting mintues in a tabular format. It will show the meeting title, name of the attendees, meeting time and duration, discussions and action items with action assigned to column.

## Prompt 💡

[meetingname] Prepare a meeting minutes in a tabular format with following sections
"Meeting title" - get the title from the meeting invite ,
"Attendees" - List all the name of the attendees who participated in the call,
"Meeting time" - Actual time of the meeting scheduled,
"Meeting duration" - calculate the time in minutes of the actual time taken for the call,
"Discussion" - summarize the items discussed during the call and list the key insights,
"Action items" - create a sub table with the following columns "no", "action items", "assigned to", "time frame"


## Description ℹ️

Copilot will generate the meeting minutes in a tabular format. It will show the meeting title, name of the attendees, meeting time and duration, discussions and action items with action assigned to column.

## Contributors 👨‍💻

[Swesh S](https://github.com/cswesh)

## Version history 📋

Version|Date|Comments
-------|----|--------
1.0|Sep 22, 2024|Initial release

## Instructions 📝

1. Make sure you have copilot for Microsoft 365 in your tenant
2. Go to Copilot app in Teams
3. Click / to see the list of meetings recorded and select the meeting which you would like to generate.
4. Copy paste the above prompt
5. Replace the [meetingname] with your meeting recorded. You can also use Copilot app's reference inserting feature.

### Improvise Usage 🚀

You can add more information to the prompt if needed to show details of the discussions in the table. You can also modify the prompt to mention the speaker name for each of the topics discussed.

## Prerequisites 📦

* [Copilot for Microsoft 365](https://developer.microsoft.com/microsoft-365/dev-program)
* Meeting to be recorded

## Help 💁

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

You can try looking at [issues related to this sample](https://github.com/pnp/copilot-prompts/issues?q=label%3A%22sample%3A%20YOUR-SAMPLE-NAME%22) to see if anybody else is having the same issues.

If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/copilot-prompts/issues/new).

Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/copilot-prompts/issues/new).

## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

![](https://m365-visitor-stats.azurewebsites.net/SamplesGallery/copilotprompts-m365-meeting-minutes-generator)

0 comments on commit 0798186

Please sign in to comment.