Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not pass an attachment in the invite #3343

Open
premsaivadlaputi opened this issue Sep 27, 2024 · 4 comments
Open

could not pass an attachment in the invite #3343

premsaivadlaputi opened this issue Sep 27, 2024 · 4 comments

Comments

@premsaivadlaputi
Copy link

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": "[email protected]"
},
"type": "required"
},
{
"emailAddress": {
"address": "[email protected]"
},
"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
Copy link
Author

any update on this pls

@ElinorW
Copy link
Collaborator

ElinorW commented Oct 28, 2024

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

@premsaivadlaputi
Copy link
Author

premsaivadlaputi commented Oct 28, 2024 via email

@ElinorW
Copy link
Collaborator

ElinorW commented Nov 28, 2024

Hi @premsaivadlaputi ,
At the moment Graph Explorer doesn't support attaching files in a request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants