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 o...
Alan Marshall
Sep 17, 2017Iron Contributor
Depending 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 CrivellariSep 18, 2017Brass 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 MarshallSep 18, 2017Iron 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.
- Michele CrivellariSep 19, 2017Brass Contributor
Thanks Alan for suggestion, but proceeding in that way will exclude the usage of the brand new modern webpart "Events", right?
I mean, we cannot edit this component