{
  "$id": "https://intentschema.org/profiles/com.microsoft.graph/productivity.calendar.event.update.v1.json",
  "id": "org.intentschema.productivity.calendar.event.update.v1@com.microsoft.graph.v1",
  "pins": "https://intentschema.org/intents/productivity/calendar/event/update/v1.json",
  "title": "Microsoft Graph calendar event update profile",
  "description": "Graph profile for calendar event update.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "ms_graph"
          }
        },
        "required": [
          "system"
        ]
      },
      "ms_graph": {
        "type": "object",
        "properties": {}
      }
    }
  },
  "api": {
    "method": "PATCH",
    "path": "/v1.0/me/events/{id}",
    "scopes": [
      "Calendars.ReadWrite"
    ],
    "docs": "https://learn.microsoft.com/en-us/graph/api/event-update",
    "params": {
      "object.summary": "subject",
      "object.description": "body.content (contentType: html or text)",
      "object.location": "location.displayName",
      "object.start": "start.dateTime (ISO 8601)",
      "object.end": "end.dateTime",
      "object.timezone": "start.timeZone / end.timeZone (IANA)",
      "object.attendees": "attendees[].emailAddress.address + type",
      "object.recurrence": "recurrence.pattern + range",
      "object.all_day": "isAllDay",
      "ms_graph.isOnlineMeeting": "isOnlineMeeting",
      "ms_graph.onlineMeetingProvider": "onlineMeetingProvider",
      "ms_graph.sensitivity": "sensitivity",
      "ms_graph.showAs": "showAs",
      "ms_graph.categories": "categories[]",
      "target.external_id": "/events/{id} path parameter"
    },
    "base_url": "https://graph.microsoft.com"
  }
}
