Google Calendar

You can use the Google Calendar API to find and view public calendar events. If you're authorized, you can also access and modify private calendars and events on those calendars.

Info

Schemes: https
Base URL: https://www.googleapis.com/calendar/v3

Documentation Reference

Authentication: OAuth2

Generate token: To get started using Calendar API, you need to first, create a project in the Google API Console, enabling the API, and creating credentials.
From the Credentials page, click Create credentials > OAuth client ID to create your OAuth 2.0 credentials or Create credentials > Service account key to create a service account.
If you created an OAuth client ID, then select your application type.
Fill in the form and click Create.

Link for help

Endpoints

/calendars/events

GET POST PUT DELETE

Summary: The Calendar API provides different flavors of event resources.

Reference

/users/calendars

GET POST PUT DELETE PATCH

Summary: The collection of calendars in the user's calendar list.

Reference

/colors

GET

Summary: Returns the color definitions for calendars and events.

Reference