From 9286b79349227d25a7a8d2aaf3ae36765db088c3 Mon Sep 17 00:00:00 2001 From: Vesa Juvonen Date: Mon, 13 Mar 2017 13:09:16 +0200 Subject: [PATCH] Updated readme and included gitignore file --- samples/js-modern-calendar/.gitignore | 32 +++++++++++++++++++ .../js-modern-calendar/.vscode/settings.json | 3 ++ samples/js-modern-calendar/README.md | 25 ++++++++------- 3 files changed, 48 insertions(+), 12 deletions(-) create mode 100644 samples/js-modern-calendar/.gitignore create mode 100644 samples/js-modern-calendar/.vscode/settings.json diff --git a/samples/js-modern-calendar/.gitignore b/samples/js-modern-calendar/.gitignore new file mode 100644 index 000000000..63c4ae010 --- /dev/null +++ b/samples/js-modern-calendar/.gitignore @@ -0,0 +1,32 @@ +# Logs +logs +*.log +npm-debug.log* + +# Dependency directories +node_modules + +# Build generated files +dist +lib +solution +temp +*.spapp + +# Coverage directory used by tools like istanbul +coverage + +# OSX +.DS_Store + +# Visual Studio files +.ntvs_analysis.dat +.vs +bin +obj + +# Resx Generated Code +*.resx.ts + +# Styles Generated Code +*.scss.ts diff --git a/samples/js-modern-calendar/.vscode/settings.json b/samples/js-modern-calendar/.vscode/settings.json new file mode 100644 index 000000000..0c4a6693f --- /dev/null +++ b/samples/js-modern-calendar/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "vsicons.presets.angular": false +} \ No newline at end of file diff --git a/samples/js-modern-calendar/README.md b/samples/js-modern-calendar/README.md index 89f63a4ce..a60cd6cc9 100644 --- a/samples/js-modern-calendar/README.md +++ b/samples/js-modern-calendar/README.md @@ -1,7 +1,7 @@ # Modern Calendar ## Summary -This is a modern webpart built on the GA version of the [SharePoint Framework](https://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview). The ready to deploy SharePoint Add-in package is available under the sharepoint/solution folder. +This is a modern webpart built on the GA version of the [SharePoint Framework](https://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview) demonstrating how to build a custom web part with a calendar capabilities in it. ![SS1](https://cloud.githubusercontent.com/assets/13068139/23584809/14c4333e-0121-11e7-9bf1-3117651222d3.png) ![SS2](https://cloud.githubusercontent.com/assets/13068139/23584808/14c3ec26-0121-11e7-8be8-65fbcca32b62.png) @@ -15,24 +15,21 @@ This is a modern webpart built on the GA version of the [SharePoint Framework](h * [SharePoint Framework](https://blogs.office.com/2017/02/23/sharepoint-framework-reaches-general-availability-build-and-deploy-engaging-web-parts-today/) * [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment) -> Update accordingly as needed. - ## Prerequisites -> Any special pre-requisites? +None ## Solution Solution|Author(s) --------|--------- -folder name | Author details +js-modern-calendar | Jeremy Coleman (MCP, PC Professional, Inc.) ## Version history Version|Date|Comments -------|----|-------- -1.1|September 2, 2025|Update comment -1.0|August 29, 2025|Initial release +1.0.0.0|February 11, 2017|Initial release ## Disclaimer **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.** @@ -46,11 +43,15 @@ Version|Date|Comments - `npm install` - `gulp serve` -> Include any additional steps as needed. +- Move to Online Workbench +- Ensure that you have Calendar list in your site +- Set web part properties accordingly + - Choose site + - List + - Start, End, Title and Details fields + ## Features -Renders a calendar from any list available on the selected site. Site, List, Start, End, Event Title,Event Details and Calendar Theme are user-definable in the web part properties. +Renders a calendar from any list available on the selected site. Site, List, Start, End, Event Title,Event Details and Calendar Theme are user-definable in the web part properties, so that you could technically use a custom list as the source for calendar presentation. -![](https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/js-modern-calendar) - -