Skip to content
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

Prompt for Event and RSVP Manager #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
33 changes: 33 additions & 0 deletions prompts/power-apps/event-and-rsvp-manager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Event & RSVP Manager App

## Description

This prompt helps create an app to manage events and RSVPs. The app allows users to add event details such as name, date, location, and organizer information. Users can view events, send RSVP invitations, and track attendee responses, enabling efficient event organization and attendee management.

## Prompt

Create an app for managing events and RSVPs. Users can add event details such as name, date, location, and organizer information, view events, and send RSVP invitations. Track attendee responses.

![Event & RSVP Manager Tables](./assets/event-rsvp-manager-app.png)

### Supported Language(s)

[English](./en-us/prompt.md)

## Authors

| Solution | Author(s) |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| Event & RSVP Manager App | [Summit Bajracharya](https://www.github.com/summitbaj) ([@SummitBajracharya](https://twitter.com/SummitBajracharya)), Signetic |

## Minimal Path to Awesome

1. Copy the prompt.
2. Paste the prompt into Power Apps Co-pilot.
3. Generate the app and customize it as needed.

## 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.**

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-prompts/samples/ai-builder/sample" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions prompts/power-apps/event-and-rsvp-manager/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-prompts-event-rsvp-manager-app",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-01-24T00:00:00.000Z",
"updateDateTime": "2025-01-24T00:00:00.000Z",
"title": "Event & RSVP Manager App",
"shortDescription": "This prompt helps create an app to manage events and RSVPs.",
"longDescription": [
"This prompt helps create an app to manage events and RSVPs, including features for adding event details such as name, date, location, and organizer information. Users can view events, send RSVP invitations, and track attendee responses, enabling efficient event organization and attendee management."
],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/power-apps/event-rsvp-manager-app/",
"products": [
"Power Apps",
"Power Platform",
"powerplatform-prompts",
"power-apps-prompts"
],
"tags": ["prompts", "Power Apps Copilot"],
"categories": ["Power Apps"],
"metadata": [
{
"key": "POWERAPPS-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "summitbaj",
"name": "Summit Bajracharya",
"pictureUrl": "https://github.com/summitbaj.png"
}
]
}
]
1 change: 1 addition & 0 deletions prompts/power-apps/event-and-rsvp-manager/en-us/prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Create an app for managing events and RSVPs. Users can add event details such as name, date, location, and organizer information, view events, and send RSVP invitations. Track attendee responses.
Loading