Hello,
I don't know since when this issue appeared but when I schedule a skype-meeting in Outlook.
The meeting shown on the RPT and on the screen of the RPG, shows twice the name of the organiser instead of showing the subject and the organizer.
Is this a bug? I can't find any parameter where I can choose layout of the calendar.
See also photo in attachment.
Hello @Peter Devalez,
welcome to the Polycom Community.
It is always useful to include the currently used Software version as issues experienced or a question asked may already be addressed in a newer release.
This also allows yourself and others to check against current software release notes, Administrator Guides or FAQ post’s.
The above is also stated in the "Must Read First" and is the absolute minimum requirement every new post should include. .
In addition providing us with this basic information gives Polycom an idea what Software Versions are used in the field and avoids wasting time trying to troubleshoot issues which have already been addressed.
Please provide both details for the RPT and the GroupSeries.
Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.
Best Regards
Steffen Baier
Polycom Global Services
If official support is required please check how to phone or open a case here
----------------Excuse me. I was aware of that but I totally forgot.
Both devices are on the latest version. 6.1.4
Hello @Peter Devalez,
Any chance you could show a screenshot how the meeting itself looks like on outlook aka the actual invite?
Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.
Best Regards
Steffen Baier
Polycom Global Services
If official support is required please check how to phone or open a case here
----------------Hello,
See screenshot attached.
I'm the sender "Peter Devalez - Whitemilk".
So I would expect on the screen "Peter Devalez - Whitemilk" and "Lunch". Not twice my name.
Run the following cmdlet (or have your Exchange administrator run it). Substitute room@domain.com with your room's UserPrincipalName.
Get-CalendarProcessing room@domain.com | fl AddOrganizerToSubject,DeleteSubject
If AddOrganizerToSubject is set to True then the organizer's name is added to the subject. If DeleteSubject is set to True then the subject is deleted. Based on your description I would expect you to find that both are set to true. Use the Set-CalendarProcessing cmdlet to make changes as needed.