Skip to content

Commit 2d1a96b

Browse files
authored
Merge pull request #49 from patrickhaley/main
readme.md and google.md
2 parents f5154b3 + 2122394 commit 2d1a96b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The primary goal of this repository is to consolidate the efforts of
88
developers to debugging/reverse-engineering calendar services to find
99
possible parameters and features that we can use in our products.
1010

11-
Usually, 3rd party services doesn’t privide verbose documentation on how to create
11+
Usually, 3rd party services don't provide verbose documentation on how to create
1212
calendar events using GET parameters. The main goal to find available options — reverse-engineering.
1313

1414
<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>

Diff for: services/google.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Official documentation
44

5-
There is no official documentation for the current version, but Google
6-
had some documentation in the past.
7-
You can see it using web.archive wayback machine (it still works!):
8-
[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).
5+
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).
6+
7+
Other helpful resources:
8+
* [Google Calendar Help](https://support.google.com/calendar/?hl=en#topic=10509740)
9+
* [Share your calendar with someone](https://support.google.com/calendar/answer/37082)
10+
* [Add a Google calendar to your website](https://support.google.com/calendar/answer/41207)
911

1012
## Basic URL
1113
`https://calendar.google.com/calendar/render`

0 commit comments

Comments
 (0)