{
  "$id": "https://intentschema.org/profiles/com.microsoft.graph/productivity.calendar.event.get.v1.json",
  "id": "org.intentschema.productivity.calendar.event.get.v1@com.microsoft.graph.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/event/get/v1.json",
  "title": "Microsoft Graph calendar event get profile",
  "description": "Graph profile for calendar event get.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "ms_graph"
          }
        },
        "required": [
          "system"
        ]
      },
      "ms_graph": {
        "type": "object",
        "properties": {}
      }
    }
  },
  "api": {
    "method": "GET",
    "path": "/v1.0/me/events/{id}",
    "scopes": [
      "Calendars.Read"
    ],
    "docs": "https://learn.microsoft.com/en-us/graph/api/event-get",
    "params": {
      "target.external_id": "/events/{id} path parameter"
    },
    "base_url": "https://graph.microsoft.com"
  }
}
