react-google-calendar-api
An api to manage your google calendar.
Install
npm install --save react-google-calendar-api
Use
import ApiCalendar from 'react-google-calendar-api';
Typescript Import
import ApiCalendar from 'react-google-calendar-api/ApiCalendar';
Create a file apiGoogleconfig.json in the root directory with your googleApi clientId and ApiKey.
https://console.developers.google.com/flows/enableapi?apiid=calendar.
Setup
handleAuthClick:
handleSignOutClick:
Example
setCalendar:
Manage Event
You need to be registered with handleAuthClick.