Forum Discussion
vincent_oliviers
May 20, 2020Copper Contributor
We couldn't schedule the meeting. Please try again later
Hi, One of my coworkers keeps getting the following error when trying to schedule a Teams meeting in outlook: "We couldn't schedule the meeting. Please try again later." I'm aware there are a lot ...
- Jul 02, 2021
I have solved the issue by the following steps
- Turned of the teams add on
- Restart outlook
- Turn on the teams add on
- Restart outlook.
Shujin_Li
Sep 30, 2021Copper Contributor
I also encounter such problems. If you use a proxy server, you can use the following solutions:
Add the following in Microsoft.Teams.MeetingAddin.dll.config , and then restart outlook.
<system.net>
<defaultProxy useDefaultCredentials="true"> </defaultProxy>
</system.net>
Path:C:\Users\%username%\AppData\Local\Microsoft\TeamsMeetingAddin\1.0.21161.4\x86\
- brianobrianJun 16, 2022Copper ContributorShujin_Li
Do you know if there is a way to do this with office customization tool, GPO, or anything programmatically?
Thanks!