This repo is an example of a Valo web component extension, based on extensibility pattern implemented in the Valo Intranet Web Components repo.
After building this SharePoint Framework solution, and deploying it to a SharePoint tenant where Valo Intranet is installed, a new web component will be made available for use in Valo Universal Web Part templates. Adding this markup to your Universal Web Part template will add the button included in this solution:
<attendee-register calendar-identifier="abc-123" on-demand-url="/sites/video-hub/SitePages/Session-Video.aspx?SessionID={{ValoSessionVideoListItemId}}" play-button-text="Play video" play-button-icon="BoxPlaySolid" />
Get your own free development tenant by subscribing to Microsoft 365 developer program
Any special pre-requisites?
Solution | Author(s) |
---|---|
vall-intranet-webcomponent-attendeelist | Mark Powney, Valo Intranet, @mpowney |
Version | Date | Comments |
---|---|---|
1.0 | December, 2020 | Initial release |
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.
- Clone this repository
- Ensure that you are at the solution folder
- in the command-line run:
- npm install
- gulp serve
Include any additional steps as needed.
- Getting started with SharePoint Framework
- Building for Microsoft teams
- Use Microsoft Graph in your solution
- Publish SharePoint Framework applications to the Marketplace
- Microsoft 365 Patterns and Practices - Guidance, tooling, samples and open-source controls for your Microsoft 365 development
- Valo Intranet Web Components Extensibility - available for Valo partners, this documentation describes how to use Web Components in Valo Universal Web Part templates