There is a google REST API (https://developers.google.com/google-apps/calendar/v3/reference/) you can make use of using the REST module from the Mendix appstore.
It should be relatively easy to implement.
If you want to send out invites for instance Mendix has a ICalendar module that makes it easy to send appointments to be added to someone's calendar.
https://appstore.home.mendix.com/link/app/315/Mendix/iCalendar-module
I hope this helps
Regards