sp-dev-fx-webparts/samples/react-calendar
joaojmendes b0204bd14b New -React-Calendar Web part (#859)
* commit first

* Update README.md

* Update README.md

* first commit

* Change Docs

* Update README.md

* Update README.md

* Update Calendar Web Part

* Update README.md

* Update README.md

* Update Docs

* Update - Suport Create Event in SiteTimeZone

* update Docs

* update docs

* Update comments

* upd default start/end dates on prop panel

* update Prop

* upd default props panel

* upd comments
2019-05-04 17:58:48 +03:00
..
assets New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
config New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
src New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03: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 New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
.stylelintrc New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
.yo-rc.json New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
README.md New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03: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 New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03:00
package.json New -React-Calendar Web part (#859) 2019-05-04 17:58:48 +03: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

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.

The Events are created in Site TimeZone, defined in site Regional Settings.

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.

The Web Part does not show recurring events, I will work on it soon.

callendar

Web Part - Screenshots

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

callendar

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

WebPart Properties

Property Type Required comments
Site Url of Calendar List Text yes
Calendar list Text 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

Version history

Version Date Comments
1.0.0 April 25, 2019 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 build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy