sp-dev-fx-webparts/samples/js-modern-calendar
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
.vscode Updated readme and included gitignore file 2017-03-13 13:09:16 +02:00
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Fixed readme 2021-02-11 01:14:08 -05:00
src Issue #1685+Upgrade to 1.11.0 version 2021-02-09 15:14:59 -08:00
typings New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
.gitignore Updated readme and included gitignore file 2017-03-13 13:09:16 +02:00
LICENSE New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
README.md Fixed readme 2021-02-11 01:14:08 -05:00
gulpfile.js New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
package-lock.json Issue #1685+Upgrade to 1.11.0 version 2021-02-09 15:14:59 -08:00
package.json Fixed readme 2021-02-11 01:14:08 -05:00
tsconfig.json Issue #1685+Upgrade to 1.11.0 version 2021-02-09 15:14:59 -08:00
tslint.json Upgraded to SPFx 1.6.0 & made bug fix (#644) 2018-11-09 09:45:23 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies createdDate
samples
SharePoint Framework
3/1/2017 12:00:00 AM

Modern Calendar

Summary

This is a modern web part built on the GA version of the SharePoint Framework demonstrating how to build a custom web part with a calendar capabilities in it.

SS1 SS2 SS3

Compatibility

SPFx 1.11 Node.js LTS 10.x SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

Prerequisites

None

Solution

Solution Author(s)
js-modern-calendar Jeremy Coleman (MCP, PC Professional, Inc.)
js-modern-calendar Nanddeep Nachan (@NanddeepNachan)
js-modern-calendar Ravi Chandra (Ravikadri)

Version history

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

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.


Minimal Path to Awesome

  • Clone this repository

  • in the command line run:

    • npm install
    • gulp serve
  • 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, so that you could technically use a custom list as the source for calendar presentation.