Google Calendar Integration to Strapi

System Information
  • Strapi Version: 3.6.8
  • Operating System:
  • Database: MySQL
  • Node Version: >=10.16.0 <=14.x.x
  • NPM Version: ^6.0.0
  • Yarn Version:

Hi, Currently we’re having a project and it’s almost done, however, the lacking part of it, is the Google Calendar Integration which would be mainly used to set schedules for meetings and all google calendar feature sets. We’re using NuxtJs for Front-End.

Any idea, how to implement google calendar integration to strapi? Comments and ideas will be appreciated the most. Thanks!

We’re looking into doing something similar. We had planned to build a custom controller that holds the API keys and acts like a proxy to our google calendar. How did you end up finishing your project?