A quick-start example to help you to add google calendar events to the Flutter event calendar.
You can load Google events to the Syncfusion Flutter calendar using the OAuth Client ID in the Flutter event calendar.
In this example, you can get data from Google Calendar using googleAPI.Event and then load it into the Flutter calendar using the getGoogleEventsData() method.
Follow the instruction in this KB to load the events from the google calendar to Flutter event calendar.
To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.
For more help, check the Syncfusion Flutter documentation, Flutter documentation.