diff --git a/docs/_docs/skills/samples/calendar.md b/docs/_docs/skills/samples/calendar.md
index 6d15e852ce..02c4a447ad 100644
--- a/docs/_docs/skills/samples/calendar.md
+++ b/docs/_docs/skills/samples/calendar.md
@@ -129,13 +129,17 @@ Learn how to [provision your Azure resources]({{site.baseurl}}/tutorials/csharp/
> Office 365 and Outlook.com through the Microsoft Graph is supported along with support for Google accounts.
To use Google account skill you need follow these steps:
-1. Create your calendar API credential in [Google developers console](https://console.developers.google.com).
-2. Create an OAuth connection setting in your Web App Bot.
+1. Enable Calendar API in [Google API library](https://console.developers.google.com/apis/library)
+1. Create your calendar API credential in [Google developers console](https://console.developers.google.com/apis/credentials).
+ 1. Choose "Create credential" - "OAuth Client ID"
+ 1. Choose "Web Application"
+ 1. Set Redirect URL as **https://token.botframework.com/.auth/web/redirect**
+1. Create an OAuth connection setting in your Web App Bot.
- Connection name: **googleapi**
- Service Provider: **Google**
- Client id and secret are generated in step 1
- Scopes: **https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/contacts**.
-3. Add the connection name, client id, secret and scopes in the **appsetting.json** file.
+1. Add the connection name, client id, secret and scopes in the **appsetting.json** file.
### Authentication connection settings
{:.no_toc}
@@ -158,4 +162,4 @@ Learn how to use [events]({{site.baseurl}}/reference/virtual-assistant/events) t
## Download a transcript
{:.toc}
-Download
\ No newline at end of file
+Download
diff --git a/docs/_docs/skills/samples/email.md b/docs/_docs/skills/samples/email.md
index 54c2640d05..43878d3cd3 100644
--- a/docs/_docs/skills/samples/email.md
+++ b/docs/_docs/skills/samples/email.md
@@ -115,13 +115,17 @@ Learn how to [provision your Azure resources]({{site.baseurl}}/tutorials/csharp/
> Office 365 and Outlook.com through the Microsoft Graph is supported along with support for Google accounts.
To use Google account skill you need follow these steps:
-1. Create your calendar API credential in [Google developers console](https://console.developers.google.com).
-2. Create an OAuth connection setting in your Web App Bot.
+1. Enable Gmail API in [Google API library](https://console.developers.google.com/apis/library)
+1. Create your Gmail API credential in [Google developers console](https://console.developers.google.com/apis/credentials).
+ 1. Choose "Create credential" - "OAuth Client ID"
+ 1. Choose "Web Application"
+ 1. Set Redirect URL as **https://token.botframework.com/.auth/web/redirect**
+1. Create an OAuth connection setting in your Web App Bot.
- Connection name: **googleapi**
- Service Provider: **Google**
- Client id and secret are generated in step 1
- - Scopes: **https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/contacts**.
-3. Add the connection name, client id, secret and scopes in the **appsetting.json** file.
+ - Scopes: **https://mail.google.com/ https://www.googleapis.com/auth/contacts**.
+1. Add the connection name, client id, secret and scopes in the **appsetting.json** file.
### Authentication connection Settings
{:.no_toc}
@@ -144,4 +148,4 @@ Learn how to use [events]({{site.baseurl}}/reference/virtual-assistant/events) t
## Download a transcript
{:.toc}
-Download
\ No newline at end of file
+Download