Stay organized with collections
Save and categorize content based on your preferences.
This document contains Google Calendar API-specific authorization and
authentication information. Before reading this document, be sure to read the
Google Workspace's general authentication and authorization information at
Learn about authentication and authorization.
To define the level of access granted to your app, you need to identify and
declare authorization scopes. An authorization scope is an OAuth 2.0 URI string
that contains the Google Workspace app name, what kind of data it accesses, and
the level of access. Scopes are your app's requests to work with Google Workspace data, including
users' Google Account data.
When your app is installed, a user is asked to validate the scopes used
by the app. Generally, you should choose the most narrowly focused scope
possible and avoid requesting scopes that your app doesn't require. Users more
readily grant access to limited, clearly described scopes.
The Calendar API supports the following scopes:
Scope
Meaning
https://www.googleapis.com/auth/calendar
See, edit, share, and permanently delete all the calendars you can access using
Google Calendar.
https://www.googleapis.com/auth/calendar.readonly
See and download any calendar you can access using your Calendar.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[[["This document provides Google Calendar API authorization and authentication details, recommending prior review of Google Workspace's general authentication guide."],["Developers need to configure the OAuth consent screen, choose appropriate scopes, and register their app for publishing and user data access."],["Calendar API uses scopes to define app access levels to Google Workspace data, urging developers to select the most restrictive but necessary scopes for user privacy."],["Public applications using sensitive scopes require verification to avoid being flagged as \"unverified app,\" with resources available for the process."],["The document lists specific Calendar API scopes and their meanings, ranging from full calendar access to read-only permissions for events and settings."]]],[]]