[Example] Google Calendar API | Create Event In Your Google Calendar With Corvid

#Example #OAuth #GoogleCalendar #GoogleAPIs #WebModules #ServerSide #backend #ServerSide #3rdPartyServices #PackageManager #ExternalCode #NPM

Hey Community Members,

If you want to know how to add events to your Google Calendar via your Wix Site then checkout the following Tutorial: https://dudelemon.com/post/insert-event-in-google-calendar-using-wix-code

The Tutorial uses Yisrael’s Google Sheet NPM Example as a base.

You will get the entire working code and the video there.

Have fun coding!

5 Likes

Thank you Shan. With a little adjustment to the start time and end time it worked like a charm. What I really need to do is insert events for individual customer google calendars that I have created. Is this possible? How would I adjust your solution to make this work?

You could probably craft something like that using a database and dynamic pages.

Save the tokens along with the email of the member and use their token and calendar id when making a call from their dynamic page.

You’ll need to get creative though.

Hi Shan,
How to get he token from Customer. Even I am facing the issue of not able to create event in my customer’s calendar using the Calendar API. I am only able to create event in my calendar and not in customers.