sp-dev-fx-webparts/samples/js-modern-calendar
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
..
.vscode Updated readme and included gitignore file 2017-03-13 13:09:16 +02:00
config New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
src/webparts/modernCalendar New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02: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 Updated readme and included gitignore file 2017-03-13 13:09:16 +02:00
gulpfile.js New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
package.json New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
tsconfig.json New Sample Added, Modern Calendar (#140) 2017-03-13 12:43:31 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

Modern Calendar

Summary

This is a modern webpart 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

Used SharePoint Framework Version

drop

Applies to

Prerequisites

None

Solution

Solution Author(s)
js-modern-calendar Jeremy Coleman (MCP, PC Professional, Inc.)

Version history

Version Date Comments
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.


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.