Forum Discussion
Michele Crivellari
Sep 14, 2017Brass Contributor
Event.aspx customization
Hi all, is there any possiblity to customize that page? I need to add an "I will attend" functionality to the webpart, but it seems impossible to reach the page from nowhere (SPD or via CSOM).
The only solution seems to write a brand new webpart.
Do you have any ideas?
Thanks a lot,
Michele
6 Replies
- Alan MarshallIron ContributorDepending on how you intend to track attendance, I would suggest adding a calculated hyperlink column to provide a link the use can click on in that calendar item view, you can then add a page that will handle the link information and add the attendee to list or some other data store.
- Michele CrivellariBrass Contributor
Hello Alan, thanks for your reply.
But what about to manage that modification on Modern experience? If is not possible to modify system pages, should we create a brand new modern webpart?
- Alan MarshallIron ContributorI would consider using a PowerApp then instead of building a custom webpart. You can add a calendar list as a data source, you just need to type the list name when adding the data connection as only custom lists show. You can then handle the add to calendar through the PowerApp button and probably Flow to add to calendar of user.
- If that is a system page, you cannot customize it