sp-dev-fx-webparts/samples/react-aggregated-calendar
dependabot[bot] d1bf1138a4
Bump ejs and webpack-bundle-analyzer
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together.


Removes `ejs`

Updates `webpack-bundle-analyzer` from 2.13.1 to 4.10.2
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v2.13.1...v4.10.2)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 11:23:57 +00:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Added the Aggregated Calendar Webpart using React framework (#566) 2018-07-13 11:11:28 +03:00
src/webparts Fixed date formats (#648) 2018-11-09 16:59:55 +02:00
.editorconfig Added the Aggregated Calendar Webpart using React framework (#566) 2018-07-13 11:11:28 +03:00
.gitignore Added the Aggregated Calendar Webpart using React framework (#566) 2018-07-13 11:11:28 +03:00
.yo-rc.json Added the Aggregated Calendar Webpart using React framework (#566) 2018-07-13 11:11:28 +03:00
README.md Updated contributors for readmes 2023-03-15 00:11:27 -04:00
gulpfile.js Added the Aggregated Calendar Webpart using React framework (#566) 2018-07-13 11:11:28 +03:00
package-lock.json Bump ejs and webpack-bundle-analyzer 2024-05-01 11:23:57 +00:00
package.json Bump ejs and webpack-bundle-analyzer 2024-05-01 11:23:57 +00:00
tsconfig.json Added the Aggregated Calendar Webpart using React framework (#566) 2018-07-13 11:11:28 +03:00

README.md

Aggregated Calendar

Summary

This is a sample web part developed using React Framework to gather the aggregated events from the multiple calendars from multiple sites using Full Calendar from fullcalendar.io

The web part in action

The web part was designed to create an aggregated view of calendar to fetch events from multiple calendars across the sites and site collection. The web part will show the event information using the callout functionality of Office UI Fabric

Web part is developed using below technologies

  • React Framework
  • Full Calendar(fullcalendar.io)
  • jQuery
  • Office UI Fabric

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.4.1 Node.js v8 | v6 Compatible with SharePoint Online Compatible SharePoint 2019 Compatible with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Prerequisites

Before you can use this web part example, you will need at least one Out of the Box Calendar created.

It is required that the users have view access on the calendar.

Contributors

Version history

Version Date Comments
1.0 July 16, 2018 Initial Release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part displays the events from multiple calendars located in various sites/site collection of SharePoint:

  • Aggregated events for Calendar
  • Supports Sub-Sites and Site Collection level
  • Display of Legend for each Calendar
  • Formatted Date time
  • Display of Event Details over event click

React Aggregated Calendar

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean gulp test gulp serve gulp bundle gulp package-solution

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.