{
  "$id": "https://intentschema.org/profiles/com.google.calendar/productivity.calendar.availability.query.v1.json",
  "id": "org.intentschema.productivity.calendar.availability.query.v1@com.google.calendar.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/availability/query/v1.json",
  "title": "Google Calendar availability query profile",
  "description": "Google Calendar profile for freebusy.query.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "google_calendar"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/calendar/v3/freeBusy",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ],
    "docs": "https://developers.google.com/calendar/api/v3/reference/freebusy/query",
    "params": {
      "object.calendars": "items[].id (calendar IDs or emails)",
      "object.after": "timeMin",
      "object.before": "timeMax",
      "object.timezone": "timeZone"
    },
    "base_url": "https://www.googleapis.com"
  }
}
