Create an event but DON'T send invitations

Daniel Baeuerlein 56 Reputation points
2022-11-03T13:01:05.29+00:00

Hi,

is it possible to create an event WITHOUT sending invitations?
I tried the following query, but that does not work:

{
"subject": "Testevent",
"body": {
"contentType": "HTML",
"content": "Hello world?"
},
"start": {
"dateTime": "2022-11-03T12:00:00",
"timeZone": "Pacific Standard Time"
},
"end": {
"dateTime": "2022-11-03T13:00:00",
"timeZone": "Pacific Standard Time"
},
"location": {
"displayName": "My House"
},
"attendees": [
{
"emailAddress": {
"sendInvitationMessage": false,
"address": "someemail@somedomain.de",
"name": "somenname"
},
"type": "required"
}
],
"allowNewTimeProposals": true,
"transactionId": "7E163156-7762-4BEB-A1C6-729EA81755A7"
}

Is there another, working way to do that?

Best regards
Daniel

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bhanu Kiran 3,526 Reputation points
    2022-11-03T19:05:07.02+00:00

    Hi @Daniel Baeuerlein ,

    This feature is currently not supported using graph API. However, This feature has already been submitted here in feedback portal as a feature request, but the Microsoft team has not started working on it yet. However, to make sure this feature is to be considered a priority, I suggest you to vote this request.

    Similar post: https://learn.microsoft.com/en-us/answers/questions/997970/index.html

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    0 comments No comments

0 additional answers

Sort by: Most helpful