Skip to content

Commit fbd9ea7

Browse files
authored
Merge pull request #52 from coffmark/feature/add-other-base-url
Add url after redirect
2 parents 6f8df97 + 1ce7374 commit fbd9ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/google.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Other helpful resources:
1010
* [Add a Google calendar to your website](https://support.google.com/calendar/answer/41207)
1111

1212
## Basic URL
13-
`https://calendar.google.com/calendar/render`
13+
`https://calendar.google.com/calendar/render` or `https://calendar.google.com/calendar/r/eventedit`
1414

1515
[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)
1616

@@ -25,7 +25,7 @@ possible values: `TEMPLATE`
2525

2626
example: `action=TEMPLATE`
2727

28-
description: A default required parameter.
28+
description: A default required parameter. (If you're using `https://calendar.google.com/calendar/r/eventedit`, this parameter is not required.)
2929

3030
### text
3131
required: yes

0 commit comments

Comments
 (0)