diff --git a/samples/calendar-component/README.md b/samples/calendar-component/README.md index 6b1eb355..c89ffadf 100644 --- a/samples/calendar-component/README.md +++ b/samples/calendar-component/README.md @@ -23,7 +23,6 @@ A re-usable component that allows you to display events in a calendar. ![Preview](./assets/preview.png) - ## Applies to * [Microsoft Power Apps](https://docs.microsoft.com/powerapps/) @@ -48,7 +47,6 @@ Version|Date|Comments -------|----|-------- 1.0|May 5, 2021|Initial release - ## Features This sample illustrates the following concepts: @@ -85,7 +83,7 @@ Table( ``` ## Data Sources - + None ## Minimal Path to Awesome @@ -100,9 +98,11 @@ You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/devel * Clone the repository to a local drive * Pack the source files back into `.msapp` file: + ```bash pac canvas pack --sources pathtosourcefolder --msapp pathtomsapp ``` + Making sure to replace `pathtosourcefolder` to point to the path to this sample's `sourcecode` folder, and `pathtomsapp` to point to the path of this solution's `.msapp` file (located under the `solution` folder) * Use the `.msapp` file using **File** > **Open** > **Browse** in Power Apps Studio. @@ -110,7 +110,6 @@ You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/devel **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.** - ## Support While we don't support samples, if you encounter any issues while using this sample, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=calendar-component&authors=@aprildunnam&title=calendar-component%20-%20). @@ -121,8 +120,8 @@ Finally, if you have an idea for improvement, [make a suggestion](https://github ## For more information -- [Create a component for canvas apps](https://docs.microsoft.com/powerapps/maker/canvas-apps/create-component#components-in-canvas-apps) -- [Overview of creating apps in Power Apps](https://docs.microsoft.com/powerapps/maker/) -- [Power Apps canvas apps documentation](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/) +* [Create a component for canvas apps](https://docs.microsoft.com/powerapps/maker/canvas-apps/create-component#components-in-canvas-apps) +* [Overview of creating apps in Power Apps](https://docs.microsoft.com/powerapps/maker/) +* [Power Apps canvas apps documentation](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/)