From 5f72bf5f3da2b8bbd105cb1753ada1f06a2fa2f2 Mon Sep 17 00:00:00 2001 From: coffmark Date: Thu, 5 Oct 2023 10:52:12 +0900 Subject: [PATCH 1/2] Add url after redirect --- services/google.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/google.md b/services/google.md index 1784ac8..1fed7fb 100644 --- a/services/google.md +++ b/services/google.md @@ -10,7 +10,7 @@ Other helpful resources: * [Add a Google calendar to your website](https://support.google.com/calendar/answer/41207) ## Basic URL -`https://calendar.google.com/calendar/render` +`https://calendar.google.com/calendar/render` or `https://calendar.google.com/calendar/u/0/r/eventedit` [Add a test event](https://calendar.google.com/calendar/render?action=TEMPLATE&text=Birthday&dates=20201231T193000Z/20201231T223000Z&details=With%20clowns%20and%20stuff&location=North%20Pole) @@ -25,7 +25,7 @@ possible values: `TEMPLATE` example: `action=TEMPLATE` -description: A default required parameter. +description: A default required parameter. (If you're using `https://calendar.google.com/calendar/u/0/r/eventedit`, this parameter is not required.) ### text required: yes From 1ce7374ee1d3b4e07359f63604f66429aa288939 Mon Sep 17 00:00:00 2001 From: coffmark Date: Thu, 9 Nov 2023 08:51:54 +0900 Subject: [PATCH 2/2] Remove `/u/0` in URL --- services/google.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/google.md b/services/google.md index 1fed7fb..7984fb8 100644 --- a/services/google.md +++ b/services/google.md @@ -10,7 +10,7 @@ Other helpful resources: * [Add a Google calendar to your website](https://support.google.com/calendar/answer/41207) ## Basic URL -`https://calendar.google.com/calendar/render` or `https://calendar.google.com/calendar/u/0/r/eventedit` +`https://calendar.google.com/calendar/render` or `https://calendar.google.com/calendar/r/eventedit` [Add a test event](https://calendar.google.com/calendar/render?action=TEMPLATE&text=Birthday&dates=20201231T193000Z/20201231T223000Z&details=With%20clowns%20and%20stuff&location=North%20Pole) @@ -25,7 +25,7 @@ possible values: `TEMPLATE` example: `action=TEMPLATE` -description: A default required parameter. (If you're using `https://calendar.google.com/calendar/u/0/r/eventedit`, this parameter is not required.) +description: A default required parameter. (If you're using `https://calendar.google.com/calendar/r/eventedit`, this parameter is not required.) ### text required: yes