want to don`t view message "Location unavailable" and buzy icon

荒川 裕子 40 Reputation points
2024-06-04T10:18:35.1866667+00:00

I am creating a system to link microsoft resources with my application.

Create resources for bookings.

(******@example.microsoft.com)

I use Microsoft Graph to set up my application to receive subscriptions when an event is registered on a resource for bookings.

No appointments will be registered from the calendar for booking resources.

Open the outlook calendar of the user who will register the appointment.

Add the resource for the booking to the location.

[use case]

  • User A (******@example.microsoft.com) -

1.Register an appointment in the outlook calendar.

title:Event1

date: 5/7 AM 9:00

location: resources for bookings.(******@example.microsoft.com)

2.Save

3.complete

  • User B (******@example.microsoft.com) -

1.Register an appointment in the outlook calendar.

title:Event2

date:5/7 AM 9:00

location: resources for bookings.(******@example.microsoft.com)

2.Location unavailable.

push to send anyway.

3.complete

[proglem]

You can register appointments because you allow conflicts.

but being able to display #image 1 and image 2 is undesirable.

[goal]

Is there a way to always perform the same steps as UserA, even if the times of resource use conflict?

[settings]

Exchange Online PowerShell

Set-CalendarProcessing -Identity ******@example.microsoft.com -AllowConflicts $true

Set-CalendarProcessing -Identity ******@example.microsoft.com -DeleteSubject $False -AddOrganizerToSubject $False

※ email addresses and user names are fictitious

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,697 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.