pnp / copilot-prompts

Examples of prompts for Microsoft Copilot
MIT License
174 stars 72 forks source link

New Sample | M365 Meeting | Upcoming Meetings for the week with attendees #5

Closed arjunumenon closed 3 months ago

arjunumenon commented 4 months ago

I have created a prompt sample which list the upcoming meetings for this week. This prompt gives following details along with the meeting details.

Here is the screenshot of the result

image

This sample has similarity with existing sample m365-upcoming-meetings-prompt. If you think that the sample is a repetition, feel free to let me know so that this issue can be closed.

Prompt Used

Here is the prompt which I have used for the result.

Show me my meetings for this week in table. Table should contain following details. Date, Time, Meeting Details, Initiated by, List of attendees, RSVP Status.
If RSVP Status is NOT Responded, show 🟠. If RSVP Status is Accepted, show 🟢.

If there are conflicts in my calendar for any events, show those events in bold
rabwill commented 3 months ago

Thanks @arjunumenon can you also put the full prompt, I can only see the screenshot of the response.

arjunumenon commented 3 months ago

Apologies for not putting the prompt initially. I have updated the issue with the prompt used. I will initiate a new PR with this sample so that this could be merged if everything works as expected.