Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://user-images.githubusercontent.com/5278175/125625807-f8c33923-58ce-4e82-b00c-c26033f6930a.png" width="400"></a></p>
Expand Down
10 changes: 6 additions & 4 deletions services/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down