microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
214 stars 93 forks source link

could not pass an attachment in the invite #3343

Open premsaivadlaputi opened 1 month ago

premsaivadlaputi commented 1 month ago

I was trying to create an event/meeting with an attachment, however an event is created but there was no attachment

please find the details below,

End point: https://graph.microsoft.com/v1.0/users/9d12899a-8fff-4f14-83f0-4cca6cfafe97/events

Body: { "subject": "Placeholder for FINANCIAL PLANNING & ANALYSIS SPECIALIST(11055) 1st interviews", "body": { "contentType": "HTML", "content": "Blocking your time for FINANCIAL PLANNING & ANALYSIS SPECIALIST 1st interviews" }, "start": { "dateTime": "2024-09-30T10:00:00", "timeZone": "Central European Standard Time" }, "end": { "dateTime": "2024-09-30T10:30:00", "timeZone": "Central European Standard Time" }, "attendees": [ { "emailAddress": { "address": "premsai.vadlaputi@in.ey.com" }, "type": "required" }, { "emailAddress": { "address": "shailesh.yadav1@in.ey.com" }, "type": "required" } ], "attachments": [ { "@odata.type": "#microsoft.graph.fileAttachment", "name": "example.pdf", "contentBytes": "Base64content" } ], "location": { "displayName": "Delhi, India" } }

by making the above call, we can create a meeting however there is no attachment in meeting invite

premsaivadlaputi commented 4 weeks ago

any update on this pls

ElinorW commented 3 weeks ago

Hi @premsaivadlaputi, I will have a look at this and get back to you with an update

premsaivadlaputi commented 3 weeks ago

Hi Team

Looking forward for the update.

Regards Prem

On Mon, Oct 28, 2024, 17:55 Elinor @.***> wrote:

Hi @premsaivadlaputi https://github.com/premsaivadlaputi, I will have a look at this and get back to you with an update

— Reply to this email directly, view it on GitHub https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3343#issuecomment-2441445226, or unsubscribe https://github.com/notifications/unsubscribe-auth/A56SC4LZCMNBJHL36W2T5LLZ5YUKFAVCNFSM6AAAAABO6KQWXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBRGQ2DKMRSGY . You are receiving this because you were mentioned.Message ID: @.*** com>