Half Year Calendar

Skip to

Presentation

Long term planning of events can be difficult using the standard views in SharePoint, this web part fills this gap by providing a calendar that shows events for 6 months:

Screenshot of Half Year Calendar

Installation

  1. Download the latest package half-year-calendar-webpart.sppkg from releases.

  2. Add half-year-calendar-webpart.sppkg to the global tenant app catalog or a site collection app catalog. If you don't have an app catalog, follow this procedure to create one.

  3. Add the Web Part to a page.

Web Part Toolbox

  1. When inserted on a page, it will show events from the first Calendar list on the site.

Development

  • Install Node.js v18
  • Fork & clone the repository
  • npm install
  • npm run dev
  • Make changes

Guidelines:

  • Use Tailwind instead of Sass
  • Use React function components