Forum Discussion
Jleebiker
Dec 05, 2019Iron Contributor
Calendering/Time off app
So I have a sort of a project. End goal is to allow people to book time on a group calendar for their days off. I was thinking of using a Form or a PowerApp that presents a month view and they can...
Jleebiker
Dec 07, 2019Iron Contributor
SteveKnutson That's the meat of what I want to do. I want to build a UI though that shows a calendar view and lets people pick dates. It would record those selections into the SP list. It would also send those dates to a group calendar with people's names and email addresses.
SteveKnutson
Dec 08, 2019MVP
Jleebiker my solution doesn't show the leave calendar, I've done that in SharePoint and then added a form to request leave e.g. so the user can view the leave calendar in SharePoint and then request leave via a form.
Have you seen this? It explains how to connect the SharePoint Calendar to a PowerApp calendar view
- JleebikerDec 09, 2019Iron Contributor
I figured out how to create a form that will display what I want to:
Pick start datePick end date
Add name
Add email
Submit
I created a SPO list for this form, but trying to figure out how to send the data in the fields to the SPO list. Specifically, I don't know how to code the button to do the action when pressed.
Ultimately, my goal would be for the app to automatically insert the name and email so the user doesn't have to do it.
Once the data gets put into a SPO list, then that data would be added to a group calendar for that team.
- JleebikerDec 08, 2019Iron Contributor