2020-11-08 23:14:43 -05:00
# Aggregated Calendar
2018-07-13 04:11:28 -04:00
## Summary
2021-04-26 02:08:59 -04:00
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
2018-07-13 04:11:28 -04:00
2021-04-26 02:08:59 -04:00
![The web part in action ](./assets/react-aggregated-calendar.gif )
2018-07-13 04:11:28 -04:00
2021-04-26 02:08:59 -04:00
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
2018-07-13 04:11:28 -04:00
2021-04-26 02:08:59 -04:00
Web part is developed using below technologies
2018-07-13 04:11:28 -04:00
* React Framework
* Full Calendar(fullcalendar.io)
* jQuery
* Office UI Fabric
## Used SharePoint Framework Version
2021-04-26 02:08:59 -04:00
2018-07-13 04:11:28 -04:00
![drop ](https://img.shields.io/badge/version-GA-green.svg )
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
* [Office 365 tenant ](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment )
2018-07-13 04:11:28 -04:00
## Prerequisites
2021-04-26 02:08:59 -04:00
Before you can use this web part example, you will need at least one Out of the Box Calendar created.
2018-07-13 04:11:28 -04:00
It is required that the users have view access on the calendar.
## Solution
Solution|Author(s)
--------|---------
react-aggregated-calendar | [Dhaval Shah ](https://www.linkedin.com/in/dhavalshah27 ) ([@beingdhavalshah](https://twitter.com/BeingDhavalShah))
## Version history
Version|Date|Comments
-------|----|--------
1.0 |July 16, 2018 | Initial Release
## Disclaimer
2021-04-26 02:08:59 -04:00
2018-07-13 04:11:28 -04:00
**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`
## Features
2021-04-26 02:08:59 -04:00
This Web Part displays the events from multiple calendars located in various sites/site collection of SharePoint:
2018-07-13 04:11:28 -04:00
- 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
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-aggregated-calendar" / >
## React Aggregated Calendar
### Building the code
```bash
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
2019-04-15 05:49:10 -04:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-aggregated-calendar" / >