A react demo of google calendar
- Clone the repo
cd react-google-calendar-clone
yarn start
- Change tabs to the browser
- Add meeting
- Edit meeting
- Delete meeting
- Traverse between weeks
- Can add multiple meetings at the single time
- Meetings: An entry on the calendar that cannot span more than one day
- Events: An entry on the calendar that must span more than one day
This demo does not support event but meetings fully supported.
In case of bug or feature request, feel free to file an issue.