Open bwets opened 4 years ago
I have exactly the same problem. The calendar was working fine, then I removed a team (non-default) that we weren't using anymore and now the calendar view is empty and I can't select the default team :(
After digging into the code of the calendar, I have found a workaround that worked for all team members:
where
[INSTANCENAME] = your instance
[PROJECTID]= your project id (should be a guid)
[PROJECTNAME] = you project Name
From this, you will get a json of all teams and their ids
Take the guid id of a valid team then go to https://[INSTANCENAME].visualstudio.com/[PROJECTNAME]/_apps/hub/ms-devlabs.team-calendar.team-calendar?team=[TEAMID]
When you use this link once, the menu entry works permanently
It appears the id of the team you used last time is somehow stored somewhere. This of course is just a workaround to get the calendar working again.
Works! Thanks a lot!
Appears to be the same as #374
Mostly the team drop down is empty for some users. In the console, there is clearly an exception related to a team id:
First a 404 on this url:
Then this error
As a consequence, the drop down is empty:
Im project admin, and org admin so permission is not the issue. I believe it relates to a team Id I was part of, then the team was deleted but the id is still in my profile
Any help would be appreciated