From bc57f0324bd402dc1bb1d7916e39e49bbf013a53 Mon Sep 17 00:00:00 2001 From: Patrick Haley Date: Wed, 5 Jul 2023 13:57:23 -0400 Subject: [PATCH 1/2] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c280f..3fb09b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The primary goal of this repository is to consolidate the efforts of developers to debugging/reverse-engineering calendar services to find possible parameters and features that we can use in our products. -Usually, 3rd party services doesn’t privide verbose documentation on how to create +Usually, 3rd party services don't provide verbose documentation on how to create calendar events using GET parameters. The main goal to find available options — reverse-engineering.

From 212239444da49091df2e6c6fb1e7205c11df82d6 Mon Sep 17 00:00:00 2001 From: Patrick Haley Date: Wed, 5 Jul 2023 14:17:49 -0400 Subject: [PATCH 2/2] Update Google documentation Added links to updated Google Calendar documentation and relevant support articles. --- services/google.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/services/google.md b/services/google.md index 4e328ed..1784ac8 100644 --- a/services/google.md +++ b/services/google.md @@ -2,10 +2,12 @@ ## Official documentation -There is no official documentation for the current version, but Google -had some documentation in the past. -You can see it using web.archive wayback machine (it still works!): -[Share your events with an individual, a group, or the whole world](https://web.archive.org/web/20120313011336/http://www.google.com/googlecalendar/event_publisher_guide.html). +Google has updated their official [Google Calendar API documentation](https://developers.google.com/calendar) for v3 including an updated [events reference](https://developers.google.com/calendar/api/v3/reference/events). The updated documentation also includes a [guide for creating events](https://developers.google.com/calendar/api/guides/create-events). + +Other helpful resources: +* [Google Calendar Help](https://support.google.com/calendar/?hl=en#topic=10509740) +* [Share your calendar with someone](https://support.google.com/calendar/answer/37082) +* [Add a Google calendar to your website](https://support.google.com/calendar/answer/41207) ## Basic URL `https://calendar.google.com/calendar/render`