This is the project to explain how can we perform the CRUD actions in EJ2-React Scheduler by integrating Google Calendar API.
To run this project follow the below steps,
- Clone this project
- Install packages using
npm install - Apply your
YOUR_CALENDAR_ID,YOUR_API_KEYandYOUR_CLIENT_IDinschedule.jsfile andindex.htmlfile. - Run this project using
npm startcommand.
To generate the Client ID please visit the quickstart page.