Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 335 Bytes

File metadata and controls

24 lines (20 loc) · 335 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users events attachments create --user-id {user-id} --event-id {event-id} --body '{
\
  "@odata.type": "#Microsoft.OutlookServices.ItemAttachment",
\
  "name": "name-value",
\
  "item": {
\
    "@odata.type": "microsoft.graph.message"
\
  }
\
}
\
'