Microsoft Graph delete event marked as canceled - Stack Overflow

I am aware that in the documentation for EventDelete it states:If the event is a meeting, deleting the

I am aware that in the documentation for Event/Delete it states:

If the event is a meeting, deleting the event on the anizer's calendar sends a cancellation message to the meeting attendees.

However, it also states:

Removes the specified event from the containing calendar.

But when the C# code the following is used:

HttpResponseMessage response = await client.DeleteAsync(uri);

The event is cancelled and shows as:

Is there a way to completely delete and event using HTTP REST API to MS Graph?

I am aware that in the documentation for Event/Delete it states:

If the event is a meeting, deleting the event on the anizer's calendar sends a cancellation message to the meeting attendees.

However, it also states:

Removes the specified event from the containing calendar.

But when the C# code the following is used:

HttpResponseMessage response = await client.DeleteAsync(uri);

The event is cancelled and shows as:

Is there a way to completely delete and event using HTTP REST API to MS Graph?

Share Improve this question asked Jan 29 at 17:25 MarianoMariano 1011 silver badge10 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Depends on the context eg if you have a non-recurring meeting event and you delete that meeting event using the Graph it will remove the meeting in the Organizer mailbox but for all attendees of the Meeting they will receive a cancellation. To delete that Meeting from an Attendees mailbox you would then have to use a Delete operation on the Attendee (which would only be possible if they where in the same tenant).

If it a recurring instance then deleting an instance will show Cancelled in both cases.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745287254a4620636.html

相关推荐

  • Microsoft Graph delete event marked as canceled - Stack Overflow

    I am aware that in the documentation for EventDelete it states:If the event is a meeting, deleting the

    5小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信