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