{
  "$id": "https://intentschema.org/profiles/com.fastmail/productivity.calendar.event.cancel.v1.json",
  "id": "org.intentschema.productivity.calendar.event.cancel.v1@com.fastmail.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/event/cancel/v1.json",
  "title": "Fastmail calendar event cancel profile",
  "description": "Fastmail JMAP profile for cancelling calendar events (CalendarEvent/set destroy).",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "fastmail"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/jmap/api/",
    "jmap_method": "CalendarEvent/set",
    "scopes": [
      "urn:ietf:params:jmap:calendars"
    ],
    "docs": "https://jmap.io/spec-calendars.html",
    "params": {
      "target.external_id": "CalendarEvent/set destroy[]"
    },
    "base_url": "https://api.fastmail.com"
  }
}
