sp-dev-fx-webparts/samples/react-calendar
Hugo Bernier 1035bee04d
Update README.md
Added yaml metadata.
2020-04-26 14:22:47 -04:00
..
assets update docs 2019-06-11 17:10:09 +01:00
config update docs 2019-06-11 17:10:09 +01:00
src Update calendar styles to match applied theme 2020-04-25 21:41:34 -04:00
teams New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
tools New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
.editorconfig New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
.gitignore update docs 2019-06-11 17:10:09 +01:00
.stylelintrc New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
.yo-rc.json update docs 2019-06-11 17:10:09 +01:00
README.md Update README.md 2020-04-26 14:22:47 -04:00
azure-pipelines.yml New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
gulpfile.js New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
package-lock.json Update calendar styles to match applied theme 2020-04-25 21:41:34 -04:00
package.json Update calendar styles to match applied theme 2020-04-25 21:41:34 -04:00
tsconfig.json New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
tslint.json New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
04/25/2017 12:00:00 AM

React Calendar

Summary

This Web Part allows you to manage events in a calendar. Uses a list of existing calendars on any website. The location and name of the list and the dates of the events to be displayed are defined in the properties of the web part.

Each category has its own color that is generated in the load.

The Web Part checks the user's permissions for the View, Add, Edit, and Delete events.

calendar

calendar

calendar

calendar

Web Part - Screenshots

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

calendar

Used SharePoint Framework Version

1.8.2

Applies to

WebPart Properties

Property Type Required comments
Site Url of Calendar List Text yes
Calendar list Choice/Dropdown yes this is filled with all list of type "event list" created
Start Date Date yes Event Date
End Date Date yes Event Date

Solution

The Web Part Use PnPjs library, Office-ui-fabric-react components. react Big-Calendar Compoment

Solution Author(s)
Calendar Web Part João Mendes
Calendar Web Part Mohamed Derhalli

Version history

Version Date Comments
1.0.0 April 25, 2019 Initial release
1.0.1 June 10, 2019 update add recurrence events
1.0.2 April 25, 2020 Update styles according to the applied theme

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 build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy