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 create an event/meeting with an attachment #3338

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

Could not create an event/meeting with an attachment #3338

premsaivadlaputi opened this issue Sep 25, 2024 · 4 comments
Labels
status:duplicate This issue or pull request already exists ToTriage

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

@andrueastman
Copy link
Member

Thanks for raising this @premsaivadlaputi

Any chance you can share a screenshot/ sample of how you were trying to compose the request?

@premsaivadlaputi
Copy link
Author

Hi @andrueastman 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

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: Attention 👋 Author has responded to the issue and removed Needs: Author Feedback labels Sep 26, 2024
@premsaivadlaputi
Copy link
Author

any update on this pls

@ElinorW
Copy link
Contributor

ElinorW commented Oct 29, 2024

similar to #3343

@ElinorW ElinorW added status:duplicate This issue or pull request already exists and removed Needs: Attention 👋 Author has responded to the issue labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:duplicate This issue or pull request already exists ToTriage
Projects
None yet
Development

No branches or pull requests

3 participants