Google Calendar integration with plone

I am a beginner to plone, I would like to add google calendar events to one of my plone instances. Is It possible to add , any help would be highly helpful.

Hi. I'm just an admin user... not a developer.. but I think you can find some answers here : https://community.plone.org/t/import-ical-to-plone-5/1655/6

We are using this kind of solution with the public ical link of our Google Calendar (just make sure the share setting are in "Public" mode in Google Calendar) and it's work great.

So we can manage then ours events in our Plone website and display them in a pretty cool widget customized by our provider (Iskra)

Thanks for information. But am experiencing an error by following the steps mentioned. Below is the error:

Traceback (innermost last):
Module ZPublisher.Publish, line 138, in publish
Module ZPublisher.mapply, line 77, in mapply
Module ZPublisher.Publish, line 48, in call_object
Module plone.z3cform.layout, line 66, in call
Module plone.z3cform.layout, line 50, in update
Module z3c.form.form, line 228, in update
Module plone.app.z3cform.csrf, line 21, in execute
Module z3c.form.action, line 98, in execute
Module z3c.form.button, line 315, in call
Module z3c.form.button, line 170, in call
Module plone.app.event.ical.importer, line 348, in handleSaveImport
Module plone.app.event.ical.importer, line 37, in ical_import
Module icalendar.cal, line 330, in from_ical
Module icalendar.parser, line 352, in parts
ValueError: Content line could not be parsed into parts: '':

Mmm... I'm afraid that my best help was just to copy/pass you a link. I'm not competent enough to read this error nor to help you more than that.. Sorry !

You should maybe post your request in the previous conversation (import ical to plone 5) ?

thanks for your reply.. i posted the error in said conversation.