{
  "$id": "https://intentschema.org/profiles/com.google.calendar/productivity.calendar.calendar.list.v1.json",
  "id": "org.intentschema.productivity.calendar.calendar.list.v1@com.google.calendar.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/calendar/list/v1.json",
  "title": "Google Calendar calendar list profile",
  "description": "Google Calendar profile for listing the user's calendars.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "google_calendar"
          }
        },
        "required": [
          "system"
        ]
      },
      "google_calendar": {
        "type": "object",
        "properties": {
          "showHidden": {
            "type": "boolean"
          },
          "showDeleted": {
            "type": "boolean"
          },
          "minAccessRole": {
            "enum": [
              "freeBusyReader",
              "reader",
              "writer",
              "owner"
            ]
          }
        }
      }
    }
  },
  "api": {
    "method": "GET",
    "path": "/calendar/v3/users/me/calendarList",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ],
    "docs": "https://developers.google.com/calendar/api/v3/reference/calendarList/list",
    "params": {
      "google_calendar.showHidden": "showHidden",
      "google_calendar.showDeleted": "showDeleted",
      "google_calendar.minAccessRole": "minAccessRole"
    },
    "base_url": "https://www.googleapis.com"
  }
}
