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
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.
Endpoints
/calendars/events
Summary: The Calendar API provides different flavors of event resources.
/users/calendars
Summary: The collection of calendars in the user's calendar list.
/colors
Summary: Returns the color definitions for calendars and events.
Updated about 5 years ago