React-big-calendar: Google Calendar integration

Created on 17 Aug 2017  路  5Comments  路  Source: jquense/react-big-calendar

FullCalendar.io allows for users to call from the Google Calendar API and renders the data in a way that it can be displayed on the calendar. I'm currently building this capability with react-big-calendar on a client project and could create a branch for this if you want.

Most helpful comment

@simondegheselle I'm starting to built a function to handle it if you want to try it out and test its capabilities.

All 5 comments

That's really cool! Generally we don't want that sort of thing built into the library but I think we already provide all the API's necessary for it to be a standalone addon or wrapper over the core Calendar component. I'd be happy to promote or bump such a project in the docs as a good companion to RBC if you build it!

Sounds good. Getting the events is easy....now to writing the recursion logic.

+1 for the Google Calendar integration

@simondegheselle I'm starting to built a function to handle it if you want to try it out and test its capabilities.

I built an implementation for Google, which is basically just using a handful of functions to display events from Google calendars in react-big-calendar.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

The-Oracle picture The-Oracle  路  3Comments

ZacharyLangley picture ZacharyLangley  路  3Comments

nirchernia picture nirchernia  路  3Comments

jgautsch picture jgautsch  路  3Comments

gsavvid picture gsavvid  路  3Comments