Google Calendar

gcal_list_settings

List all user settings for Google Calendar (locale, timezone, date format, week start, etc.).

Remote node2flow/google-calendar

Other tools also called gcal_list_settings? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page_token": {
      "type": "string",
      "description": "Token for next page of results"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum number of settings to return"
    }
  }
}