We are trying to get access to the Timezone of the user or of his/her primary calendar.
What is the lowest scope in order to do this? Currently we are using "https://www.googleapis.com/auth/calendar.readonly"
If we check the main scopes documentation it says.
See the title, description, default time zone, and other properties of Google calendars you have access to
The issue is that it is a sensitive scope and we would rather use a non-sensitive scope. Is there a way to do that?
Thank you very much in advance.