Sync your WordPress appointments directly to Google Calendar in just a few minutes.
This guide will help you create the Client ID and Client Secret required for the connection.
Estimated time: 5–10 minutes
Quick Setup (Recommended)
Follow the steps below to connect your website to Google Calendar safely and correctly.
1. Open Google Cloud Console
Go to:
https://console.cloud.google.com/
Log in with the Google account that owns your calendar.
2. Create a New Project
At the top of the page click:
Select Project → New Project
Example project name:
WordPress Appointment Sync
Click Create.
3. Enable Google Calendar API
Go to:
APIs & Services → Library
Search for:
Google Calendar API
Click Enable.
4. Configure OAuth Consent Screen
Go to:
APIs & Services → OAuth consent screen
Select:
External
Fill the required fields:
App name: Appointment Management PRO – SWS
User support email: your Google email
Authorized domain: your-domain.com
Click Save and Continue.
5. Add Required Permissions
Click Add or Remove Scopes and add:
https://www.googleapis.com/auth/calendar.events
This permission allows the plugin to create and update Google Calendar events.