Skip to content

blueandhack/react-google-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Google Calendar

npm (scoped) Build Status

This is a forked repository from ericz1803/react-google-calendar

See it in action here or try it yourself in CodeSandbox here.

Features added:

  • Calendar events in a day is sorted
  • "Copy to Calendar" to "Go to Calendar" to go to specific date on click
  • Added selectedMonthYear to select specific month in the calendar
  • Added updatedMonthYear to get the month on click previous/next

Properties

Parameter Type Description
apiKey string google api key (required)
calendars array of objects google calendar id and display color (required)
styles object styles (optional, see more below)
showArrow boolean shows arrow for events that span multiple months (optional, defaults to true)
showFooter boolean whether or not to show footer (optional, defaults to true)
language string Available options : 'ES', 'PT', 'FR', 'SL' default: 'EN'
selectedMonthYear moment(date) Select specific month in the calendar (optional)
updatedMonthYear function Return value on change month (optional)

More Information

For more information of this library, please visit the original version ericz1803/react-google-calendar.

License

MIT License

About

React Calendar Component that displays data from Google Calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%