{
  "$id": "https://intentschema.org/profiles/com.google.calendar/productivity.calendar.invite.list.v1.json",
  "id": "org.intentschema.productivity.calendar.invite.list.v1@com.google.calendar.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/invite/list/v1.json",
  "title": "Google Calendar invite list profile",
  "description": "Google Calendar profile for listing pending invites.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "google_calendar"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "GET",
    "path": "/calendar/v3/calendars/{calendarId}/events",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ],
    "docs": "https://developers.google.com/calendar/api/v3/reference/events/list",
    "params": {
      "object.filter.status": "(use events.list + filter by attendee responseStatus)"
    },
    "base_url": "https://www.googleapis.com"
  }
}
