Skip to content

Integration of Google Calendar and Bryntum Calendar with React.js.

License

Notifications You must be signed in to change notification settings

ravgeetdhillon/bryntum-google-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic React Calendar component template

This project was bootstrapped with the Bryntum Create React App template @bryntum/cra-template-javascript-calendar.

If you use typescript, please use the @bryntum/cra-template-typescript-calendar template instead.

The template uses Bryntum Calendar wrapped in the provided BryntumCalendar wrapper. The template contains a basic integration of the React Calendar control wrapper.

Bryntum Repository access setup

IMPORTANT NOTE! These access instructions are mandatory when using the private Bryntum NPM repository.

The template uses npm packages from the Bryntum private NPM repository. You must be logged-in to this repository as a licensed or trial user to access the packages. If you do use the product under license, please update the package.json file and replace:

"@bryntum/calendar": "npm:@bryntum/[email protected]"

with

"@bryntum/calendar": "5.1.3",

Please check Online npm repository guide for detailed information on the sign-up/login process. Also you can check bundled guide inside distribution zip in docs/guides/npm-repository.md.

React integration guide

Please check this Bryntum React integration online guide for detailed integration information and help. Also you can check bundled guide inside distribution zip in docs/guides/integration/react.md.

Installation

Use the following command to install the example packages after the successful login.

Using npm:

$ npm install

Using yarn:

$ yarn install

Running a development server

To build example and start development server run this command:

Using npm:

$ npm start

Using yarn:

$ yarn start

Navigate to http://localhost:3000/ or http://127.0.0.1:3000/ in your browser. We recommend to use latest versions of modern browsers like Chrome, FireFox, Safari or Edge (Chromium). The app will automatically reload if you change any of the source files.

Creating a production build

To build production code for the example run this command:

Using npm:

$ npm run build

Using yarn:

$ yarn run build

The build artifacts will be stored in the build/ directory.

Distribution zip references

  • Bryntum API docs. Open docs/index.html in your browser
  • Bryntum Repository guide docs/guides/npm-repository.md
  • Bryntum React integration guide docs/guides/integration/react.md

Online References

About

Integration of Google Calendar and Bryntum Calendar with React.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published