Yii2 How to merge fullcalendar and google calendar

Hi Team,

Any body know how to merge fullcalendar and google calendar using widgets.If anybody know means please give some idea.

hi there.
i integrated the google calendar in Fullcalendar
i am using this extension https://github.com/philippfrenzel/yii2fullcalendar for full calendar
using this code to Sync with google calendar

‘events’=> [
‘googleCalendarId’=>‘xxxxxxxxxxxx@group.calendar.google.com’,
‘className’=>‘gcal-event’
],
‘googleCalendar’=>true,
‘clientOptions’ => [
‘googleCalendarApiKey’=>‘YOUR_API_KEY’,
]

Thanks if this can help.