diff --git a/samples/README-template.md b/samples/README-template.md
index 9a7ab927b..20b6211d7 100644
--- a/samples/README-template.md
+++ b/samples/README-template.md
@@ -128,6 +128,10 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew
We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.
+You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/labels/YOUR-SOLUTION-NAME) to see if anybody else is having the same issues.
+
+You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3AYOUR-SOLUTION-NAME) and see what the community is saying.
+
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=YOUR-SOLUTION-NAME&authors=@YOURGITHUBUSERNAME&title=YOUR-SOLUTION-NAME%20-%20).
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=YOUR-SOLUTION-NAME&authors=@YOURGITHUBUSERNAME&title=YOUR-SOLUTION-NAME%20-%20).
diff --git a/samples/js-modern-calendar/README.md b/samples/js-modern-calendar/README.md
index 1560abdc7..865ea9ba6 100644
--- a/samples/js-modern-calendar/README.md
+++ b/samples/js-modern-calendar/README.md
@@ -47,6 +47,7 @@ Solution|Author(s)
js-modern-calendar | Jeremy Coleman (MCP, PC Professional, Inc.)
js-modern-calendar | Nanddeep Nachan ([@NanddeepNachan](twitter.com/NanddeepNachan))
js-modern-calendar | Ravi Chandra ([Ravikadri](https://github.com/Ravikadri))
+js-modern-calendar | Peter Paul Kirschner ([@petkir_at](https://twitter.com/petkir_at))
## Version history
@@ -55,6 +56,7 @@ Version|Date|Comments
1.0.0.0|February 11, 2017|Initial release
1.0.0.1|June 05, 2020|Updated the external CDN references to public CDN references
1.0.2.0|February 9, 2021|Upgraded to SPFx 1.11 and fixed issues with missing dependencies
+1.0.3.0|October 28, 2021|fixed issues with Timezones. The Browser Timezone Settings are now used
## Disclaimer
diff --git a/samples/js-modern-calendar/assets/sample.json b/samples/js-modern-calendar/assets/sample.json
index c9aa58663..05304f268 100644
--- a/samples/js-modern-calendar/assets/sample.json
+++ b/samples/js-modern-calendar/assets/sample.json
@@ -21,7 +21,7 @@
},
{
"key": "SPFX-VERSION",
- "value": "1.6.0"
+ "value": "1.11.0"
}
],
"thumbnails": [
@@ -45,6 +45,13 @@
"pictureUrl": "https://github.com/nanddeepn.png",
"name": "Nanddeep Nachan",
"twitter": "NanddeepNachan"
+ },
+ {
+ "gitHubAccount": "petkir",
+ "company": "Cubido Business Solutions GmbH",
+ "pictureUrl": "https://github.com/petkir.png",
+ "name": "Peter Paul Kirschner",
+ "twitter": "petkir_at"
}
],
"references": [
diff --git a/samples/js-modern-calendar/config/package-solution.json b/samples/js-modern-calendar/config/package-solution.json
index f1a69306f..2dc3e6fcf 100644
--- a/samples/js-modern-calendar/config/package-solution.json
+++ b/samples/js-modern-calendar/config/package-solution.json
@@ -2,7 +2,7 @@
"solution": {
"name": "SPFx Modern Calendar",
"id": "3d593a2f-73f1-486f-9dae-555c6f6b584d",
- "version": "1.0.2.0",
+ "version": "1.0.3.0",
"includeClientSideAssets": true,
"developer": {
"name": "",
diff --git a/samples/js-modern-calendar/package.json b/samples/js-modern-calendar/package.json
index d8bea7071..82dd43e66 100644
--- a/samples/js-modern-calendar/package.json
+++ b/samples/js-modern-calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "modern-calendar",
- "version": "1.0.2",
+ "version": "1.0.3",
"private": true,
"main": "lib/index.js",
"engines": {
diff --git a/samples/js-modern-calendar/src/webparts/modernCalendar/ModernCalendarWebPart.ts b/samples/js-modern-calendar/src/webparts/modernCalendar/ModernCalendarWebPart.ts
index f2c06e6cb..f57cb59af 100644
--- a/samples/js-modern-calendar/src/webparts/modernCalendar/ModernCalendarWebPart.ts
+++ b/samples/js-modern-calendar/src/webparts/modernCalendar/ModernCalendarWebPart.ts
@@ -390,10 +390,12 @@ export default class ModernCalendarWebPart extends BaseClientSideWebPart
" +
_event["detail"];
swal2.default(_event.title, eventDetail, "info");
diff --git a/samples/react-at-a-glance/README.md b/samples/react-at-a-glance/README.md
index 905a4e3a7..cf5a299e8 100644
--- a/samples/react-at-a-glance/README.md
+++ b/samples/react-at-a-glance/README.md
@@ -1,4 +1,4 @@
-# react-at-a-glance
+# At a glance
## Summary
@@ -7,7 +7,7 @@ This sample shows a web part to show the first few sentences of an article in a
The idea is based of the *At a glance* section of a news in the BBC news app (beta).
### Highlights
-- Usage of `SPHttpClient` or `PnP JS`
+- Usage of `SPHttpClient` or `PnPjs`
- Conditional property enabling
- Usage of regex to get the sentences from article content
- Usage of Carousel for mobile view
@@ -31,14 +31,16 @@ The idea is based of the *At a glance* section of a news in the BBC news app (be
![article-content-desktop](./assets/article-content-desktop.png)
+
## Compatibility
![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg)
![Node.js LTS v14 | LTS v12 | LTS v10](https://img.shields.io/badge/Node.js-LTS%20v14%20%7C%20LTS%20v12%20%7C%20LTS%20v10-green.svg)
-![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
-![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with Microsoft Teams")
-![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
-
+![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
+![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower")
+![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
+![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "The solution requires access to a news page to work")
+![Hosted Workbench Partially](https://img.shields.io/badge/Hosted%20Workbench-Partially-yellow.svg "The solution needs to run on a news page to work")
## Applies to
@@ -62,17 +64,18 @@ react-at-a-glance | [Anoop Tatti](https://github.com/anoopt) ([https://linktr.ee
Version|Date|Comments
-------|----|--------
1.0|September 07, 2021|Initial release
+1.1|October 20, 2021|Minor CSS changes
## Minimal Path to Awesome
- Clone this repository
- Ensure that you are at the solution folder
- in the command-line run:
- - **npm install**
- - **gulp serve**
+ - `npm install`
+ - `gulp serve`
- Open a news article
- Add `?loadSPFX=true&debugManifestsFile=https://localhost:4321/temp/manifests.js` to the URL
-- Add the `At a glance` web part to the page
+- Add the **At a glance** web part to the page
## Features
diff --git a/samples/react-at-a-glance/assets/sample.json b/samples/react-at-a-glance/assets/sample.json
index f99cd4916..4fee9c076 100644
--- a/samples/react-at-a-glance/assets/sample.json
+++ b/samples/react-at-a-glance/assets/sample.json
@@ -10,7 +10,7 @@
"The idea is based of the At a glance section of a news in the BBC news app."
],
"creationDateTime": "2021-09-07",
- "updateDateTime": "2021-09-07",
+ "updateDateTime": "2021-10-20",
"products": [
"SharePoint",
"Office"
diff --git a/samples/react-at-a-glance/src/webparts/newsGlance/NewsGlanceWebPart.ts b/samples/react-at-a-glance/src/webparts/newsGlance/NewsGlanceWebPart.ts
index b385c2744..8cd344845 100644
--- a/samples/react-at-a-glance/src/webparts/newsGlance/NewsGlanceWebPart.ts
+++ b/samples/react-at-a-glance/src/webparts/newsGlance/NewsGlanceWebPart.ts
@@ -77,6 +77,10 @@ export default class NewsGlanceWebPart extends BaseClientSideWebPart