Skip to content

Instantly share code, notes, and snippets.

@HiteshRepo
Created February 23, 2024 12:34
Show Gist options
  • Save HiteshRepo/9e76550b9a4079e7446cbfe611afaa0a to your computer and use it in GitHub Desktop.
Save HiteshRepo/9e76550b9a4079e7446cbfe611afaa0a to your computer and use it in GitHub Desktop.
nested item attachment with inner event item attachement, fails while upload
{
"id": "AAMkAGQ1NzViZTdhLTEwMTMtNGAAAAAAEMAAB8wYc0thTTTYl3RpEYIUq_ACjKKyF7VZ3dA=",
"@odata.type": "#microsoft.graph.itemAttachment",
"item@odata.navigationLink": "https://graph.microsoft.com/v1.0/users('7a8e9255-c893-4113-a768-c549ca4d7916')/messages('')",
"item@odata.associationLink": "https://graph.microsoft.com/v1.0/users('7a8e9255-c893-4113-a768-c549ca4d7916')/messages('')/$ref",
"isInline": false,
"lastModifiedDateTime": "2023-02-02T21:38:27Z",
"name": "Mail Item Attachment",
"size": 5362,
"item": {
"@odata.type": "#microsoft.graph.message",
"attachments": [
{
"id": "AAMkAGQ1NzViZTdhLTEwMTMtNGJj_AAAAAAEMAAB8wYc0thTTTYl3RpEYIUq_AADFfThSAAACEgYCb3N2YZ02RpJrZPzCBFQ==",
"@odata.type": "#microsoft.graph.itemAttachment",
"item@odata.associationLink": "https://graph.microsoft.com/v1.0/users('7a8e9255-c893-4113-a768-c549ca4d7916')/events('')/$ref",
"item@odata.navigationLink": "https://graph.microsoft.com/v1.0/users('7a8e9255-c893-4113-a768-c549ca4d7916')/events('')",
"isInline": false,
"lastModifiedDateTime": "2023-02-02T21:38:27Z",
"name": "Holidayevent",
"size": 2331,
"item": {
"@odata.type": "#microsoft.graph.event",
"createdDateTime": "2023-02-02T21:38:27Z",
"attachments": [],
"body": {
"content": "<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><metahttp-equiv=\"Content-Type\"content=\"text html;charset=\"utf-8&quot;\"></head><body>Let'slookforfunding! </body></html>",
"contentType": "html"
},
"end": {
"dateTime": "2016-12-02T19:00:00.0000000Z",
"timeZone": "UTC"
},
"isAllDay": false,
"isOnlineMeeting": false,
"reminderMinutesBeforeStart": 0,
"start": {
"dateTime": "2016-12-02T18:00:00.0000000Z",
"timeZone": "UTC"
},
"subject": "Discuss Gifts for Children",
"type": "singleInstance"
}
}
],
"body": {
"content": "<html><head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"><metahttp-equiv=\"Content-Type\"content=\"text html;charset=\"utf-8&quot;\"><styletype=\"text css?style=\"display:none\"><!--\r\np\r\n\t{margin-top:0;\r\n\tmargin-bottom:0}\r\n--><bodydir=\"ltr\"><divclass=\"elementToProof\"style=\"font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255)\"></head><body>Lookingtodothis&nbsp; <div></div></body></html>",
"contentType": "html"
},
"bodyPreview": "Lookingtodothis",
"conversationId": "AAQkAGQ1NzViZTdhLTEwMTMK0NU7Kx5GhAaHdzhfSRU=",
"conversationIndex": "AQHZBod3OF9JFQ==",
"flag": {
"flagStatus": "notFlagged"
},
"from": {
"emailAddress": {
"address": "foobar@8qzvrj.onmicrosoft.com",
"name": "A Stranger"
}
},
"hasAttachments": true,
"importance": "normal",
"internetMessageId": "<SJ0PR17MB56.namprd17.prod.outlook.com>",
"isDeliveryReceiptRequested": false,
"isDraft": false,
"isRead": true,
"isReadReceiptRequested": false,
"receivedDateTime": "2023-02-01T13:48:47Z",
"sender": {
"emailAddress": {
"address": "foobar@8qzvrj.onmicrosoft.com",
"name": "A Stranger"
}
},
"sentDateTime": "2023-02-01T13:48:46Z",
"subject": "Mail Item Attachment",
"toRecipients": [
{
"emailAddress": {
"address": "notAvailable@8qzvrj.onmicrosoft.com",
"name": "Direct Report"
}
}
],
"webLink": "https://outlook.office365.com/owa/?AttachmentItemID=AAMkAEwMTM"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment