Skip to content

Commit 9943e40

Browse files
authored
Updated sample json + readme
1 parent c009fbf commit 9943e40

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

power-apps/calendar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Marcel Ferreira | [GitHub](https://github.com/marcelbf)
2525

2626
**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.**
2727

28-
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/layout-pyramid" aria-hidden="true" />
28+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/calendar" aria-hidden="true" />
+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-calendar",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-02-04T00:00:00.000Z",
8+
"updateDateTime": "2025-02-04T00:00:00.000Z",
9+
"title": "Calendar",
10+
"shortDescription": "This is a snippet that can help you get started with creating a calendar in canvas app.",
11+
"longDescription": [
12+
"This is a snippet that can help you get started with creating a calendar in canvas app. It uses containers and galleries, to create a functional calendar."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/calendar/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [],
22+
"categories": [],
23+
"metadata": [
24+
{
25+
"key": "Product",
26+
"value": "Power Apps"
27+
},
28+
{
29+
"key": "Type",
30+
"value": "Snippet"
31+
}
32+
],
33+
"thumbnails": [
34+
{
35+
"type": "image",
36+
"order": 100,
37+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/calendar/assets/calendar.png",
38+
"alt": "Preview PNG"
39+
}
40+
],
41+
"authors": [
42+
{
43+
"gitHubAccount": "marcelbf",
44+
"name": "Marcel Ferreira",
45+
"pictureUrl": "https://github.com/marcelbf.png"
46+
}
47+
]
48+
}
49+
]

0 commit comments

Comments
 (0)