{
  "$id": "https://intentschema.org/profiles/com.google.calendar/productivity.calendar.invite.respond.v1.json",
  "id": "org.intentschema.productivity.calendar.invite.respond.v1@com.google.calendar.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/invite/respond/v1.json",
  "title": "Google Calendar invite respond profile",
  "description": "Google Calendar profile for responding to invites.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "google_calendar"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "PATCH",
    "path": "/calendar/v3/calendars/{calendarId}/events/{eventId}",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ],
    "docs": "https://developers.google.com/calendar/api/v3/reference/events/patch",
    "params": {
      "target.external_id": "calendarId/events/{eventId} path params",
      "object.response": "attendees[self].responseStatus = accepted|declined|tentative (via events.patch)"
    },
    "base_url": "https://www.googleapis.com"
  }
}
