@chervinvananaz/react-google-calendar

4.2.39 • Public • Published

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

Package Sidebar

Install

npm i @chervinvananaz/react-google-calendar

Weekly Downloads

0

Version

4.2.39

License

MIT

Unpacked Size

84.7 kB

Total Files

15

Last publish

Collaborators

  • chervinvananaz