diff --git a/samples/m365-time-finder-meeting-prerequisite-prompt/readme.md b/samples/m365-time-finder-meeting-prerequisite-prompt/readme.md index 7c86030..eca214d 100644 --- a/samples/m365-time-finder-meeting-prerequisite-prompt/readme.md +++ b/samples/m365-time-finder-meeting-prerequisite-prompt/readme.md @@ -10,6 +10,9 @@ This is a revision of the 'Find meeting time with another user' prompt. It demon Identify an available time for a meeting with [User] tomorrow that aligns with their working hours in their timezone and does not conflict with either my or their existing meetings. +> [!WARNING] +> Copilot will not get another user's calendar information and will hallucinate pls read this [post](https://www.linkedin.com/posts/mahmoudhamedhassan_microsoftcopilottips-modernworkplaceai-copilotformicrosoft365-activity-7154581557679210496-6jLG?lipi=urn%3Ali%3Apage%3Ad_flagship3_detail_base%3B6rXTR9lRSGiLpSCjT4RgNQ%3D%3D) but you can still try the prerequisite prompt below for further querying other detais to make sure you have insights into the user timezone etc + ## Prerequisite Prompt 💡 You are my personal assistant helping me coordinate and schedule meetings. Ask the user to input the person they wish to meet with. Then ask on which day they want to meet. Do not provide a response until the user has responded to you. Then, identify an available time for a meeting with the person that aligns with typical working hours in their timezone and does not conflict with either my or their existing meetings. diff --git a/samples/m365-time-finder-meeting-prompt/assets/demo.png b/samples/m365-time-finder-meeting-prompt/assets/demo.png deleted file mode 100644 index f2e4333..0000000 Binary files a/samples/m365-time-finder-meeting-prompt/assets/demo.png and /dev/null differ diff --git a/samples/m365-time-finder-meeting-prompt/assets/sample.json b/samples/m365-time-finder-meeting-prompt/assets/sample.json deleted file mode 100644 index d7f6ee8..0000000 --- a/samples/m365-time-finder-meeting-prompt/assets/sample.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "name": "copilotprompts-m365-time-finder-meeting-prompt", - "source": "pnp", - "title": "Find meeting time with another user", - "shortDescription": "Ask copilot to find a time for a meeting with another user", - "url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-time-finder-meeting-prompt", - "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-time-finder-meeting-prompt", - "longDescription": [ - "This prompt will help you find a time for a meeting with another user. It will refer to user's name and then find a time that works for both of you." - ], - "creationDateTime": "2024-04-29", - "updateDateTime": "2024-04-29", - "products": [ - "Microsoft 365 Copilot" - ], - "metadata": [ - ], - "thumbnails": [ - { - "type": "image", - "order": 100, - "url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-time-finder-meeting-prompt/assets/demo.png", - "alt": "Prompt for Copilot for Microsoft 365 showing how to find a meeting time with another user" - } - ], - "authors": [ - { - "gitHubAccount": "rabwill", - "pictureUrl": "https://avatars.githubusercontent.com/u/20379311?v=4", - "name": "Rabia Williams" - } - ], - "references": [ - { - "name": "Microsoft Copilot", - "description": "Microsoft Copilot", - "url": "https://copilot.microsoft.com/" - } - ] - } - ] \ No newline at end of file diff --git a/samples/m365-time-finder-meeting-prompt/readme.md b/samples/m365-time-finder-meeting-prompt/readme.md deleted file mode 100644 index eb27081..0000000 --- a/samples/m365-time-finder-meeting-prompt/readme.md +++ /dev/null @@ -1,54 +0,0 @@ -# 🚀 Find meeting time with another user 📅 - -![Demo of finding meeting time with another user](./assets/demo.png) - -## Summary - -## Prompt 💡 - - Identify an available time for a meeting with [User] tomorrow that aligns with their working hours in their timezone and does not conflict with either my or their existing meetings. - -## Description ℹī¸ - -Identifies appropritate time to schedule meeting with a user without having to find out info on timezones, calendar etc of both parties. - -## Contributors 👨‍đŸ’ģ - -[Rabia Williams](https://github.com/rabwill) - -## Version history - -Version|Date|Comments --------|----|-------- -1.0|April 29, 2024|Initial release - -## Instructions 📝 - -1. Make sure you have copilot for Microsoft 365 in your tenant -2. Go to Copilot app in Teams -3. Copy paste the above prompt and replace [User] with reference to the person you want to schedule the meeting using copilot reference feature - -### Improvise Usage 🚀 -Find out how to say hello in the local language of the user you are meeting to be the icebreaker. Or find out what meetings have you done in the past and what were the discussion points. - - - -## Prerequisites - -* [Copilot for Microsoft 365](https://developer.microsoft.com/microsoft-365/dev-program) - -## 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-time-finder-meeting-prompt)