The organizer's name is displayed twice
If the organizer’s name is added to the meeting subject, you can adjust the behavior accordingly in PowerShell.
Set-CalendarProcessing -Identity RESOURCEMAILBOX -DeleteSubject $False -AddOrganizerToSubject $False
More information is available in the official Microsoft documentation.