
Google Calendar is a public API providing display, create and modify google calendar events.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://developers.google.com/google-apps/calendar/ | Primary API endpoint. |
curl -X GET "https://developers.google.com/google-apps/calendar/" \ -H "Accept: application/json"