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.
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`