Sign in

Get user setting

documented

Returns a single user setting.

GET /users/me/settings/{setting}Settingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://www.googleapis.com/calendar/v3/users/me/settings/{{$setting}}' \
  -X GET \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Accept: application/json'