Skip to content Skip to main navigation Skip to footer

Google Calendar Integration

In this step-by-step guide, we’ll walk you through the process of integrating your booking system with Google Calendar. The process consists of four stages. Creating a service account in Google Cloud, creating a calendar in Google Calendar, generating JSON code and configuring the Chauffeur Taxi Booking System plugin.

Create Google Service Account

Log in to your Google account. Open the Google Cloud page at https://console.cloud.google.com (if you are not logged in, Google will prompt you to log in). Click on the ‘IAM & Admin’ button.

See screenshot

From the left menu, select ‘Service Accounts’.

See screenshot

Click the ‘+ Create Service Account’ button.

See screenshot

Enter a name for the service account and click ‘Done’.

See screenshot

Copy the generated email address; we will need it later.

See screenshot

Do not close Google Cloud page for now; we will return to it later.

Create Google Calendar

Open the Google Calendar page at https://calendar.google.com. From the left menu, select ‘Add Other Calendars’ by clicking on the plus icon, and then choose ‘Create New Calendar’ from the dropdown menu.

See screenshot

See screenshot

Provide a name for the calendar, an optional description, and click ‘Create Calendar’.

See screenshot

You will be immediately redirected to the settings page for this calendar. If not, simply select the newly created calendar from the left menu and go to ‘Calendar Settings’. Scroll down to the ‘Share With Specific People or Groups’ section and click the ‘+ Add People and Groups’ button.

See screenshot

A modal window will appear; in the first field, paste the email address you copied earlier (from Google Cloud). From the list of permissions, select ‘Make Changes and Manage Sharing’ and click ‘Send’.

See screenshot

As you can see, the previously generated service account has access to this calendar.

See screenshot

Scroll down to find the ‘Calendar ID’ – we will need this key later, so copy it – this is your ‘Calendar ID’.

See screenshot

Generate JSON

At this point, we will generate JSON code. Return to the Service accounts page you left open in Google Cloud. Click the three dots icon (Actions) and choose ‘Manage Keys’ from the list.

See screenshot

A new ‘Keys’ page will open; click the ‘Add Key’ button and select ‘Create New Key’.

See screenshot

A modal window will appear; choose ‘JSON’ as the key type and click ‘Create’.

See screenshot

After a moment, a file save window will appear with a .json file. Save this file to your computer’s disk, and then close ‘Private Key Saved to Your Computer’ prompt.

See screenshot

Open the previously generated file (e.g., with a text editor) – select the entire contents of the file and copy it – this is your ‘JSON Code’.

See screenshot

Configure Chauffeur Booking Plugin

Go to your WordPress admin, navigate to the ‘Chauffeur Booking System’ -> ‘Booking Forms’ menu, click on the desired form, and then go to the ‘Google Calendar’ tab. Fill in the following:

Google Calendar

Set ‘Enable’ to activate Google Calendar integration.

ID

Paste the previously copied ‘Calendar ID’.

Settings

Paste the previously copied ‘JSON Code’.

Regenerate Token

Leave the ‘Enable’ option.

Adding Event

In this section, specify when a particular booking should be added to the calendar. The ‘Sending the booking’ option means the reservation will be added to the calendar immediately upon booking. The ‘Updating’ options mean the reservation will be added to the calendar only when its status changes according to the selected setting.

Save your settings by clicking ‘Update’. Congratulations, you have just connected your booking system with your calendar!

Summary

Document version: 1.1
Last updated: October 10, 2023
Plugin version: 6.8+

Was This Article Helpful?

Related Articles