User Profile
plmcgrn
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Teams fails to delete chats
When attempting to delete a chat from my chats view, I get a generic error We couldn't delete your chat. Try again later. When debugging in the Edge developer console, it appears that the Teams API is throwing a 5xx http response error. I am unable to delete any chats from my Recents due to this. It appears to call this API https://teams.microsoft.com/api/chatsvc/amer/v1/users/ME/conversations/[redacted]%40thread.v2/properties?name=clearHistoryTime For some chats the API throws a 503 Service Unavailable, and in others, it throws a generic 500 Internal Server error. I'm guessing these responses are the result of generic server-side error handling, but I still have no recourse to actually delete these chats... <div id='message'> <h2>Our services aren't available right now</h2> <p>We're working to restore all services as soon as possible. Please check back soon.</p> </div> <div id='errorref'> <span>Ref A: F15FA1E5394D451B96735AE63B9000C8 Ref B: TEB31EDGE0115 Ref C: 2024-01-26T18:35:39Z</span> </div> This is all within Microsoft Edge running the Classic interface, and there's no need to ask me to clear app caches, reinstall, or switch to "New Teams". It's an API failure, not an app failure. FWIW, New Teams won't even load fully in Edge for me, but I don't debug beta software unless forced to.1.9KViews1like0CommentsRe: Teams Channel Calendar in a Private Channel?
I know this is an old thread, but wondering if the fact that I don't have "calendar" available when trying to add an app to Sharepoint is due to administrative lockdown settings, or if these steps have since changed/stopped being supported by Microsoft. I have. very few apps available in the default view, and there's no native Microsoft calendar in the Sharepoint Store when I search.89KViews1like4CommentsTeams adaptive card won't open OneNote URL's
EDIT: It seems to work if you manually generate a Share URL in OneNote, but not with whatever is in the address bar. Leave it to MS to break something as simple as a working copy/paste URL... When using Action.OpenUrl in an adaptive card to Teams, if a OneNote/Sharepoint URL is used, it doesn't seem to work. I suspect it's breaking due to having the "{" and "}" in the URLs. This works fine { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "Don't forget to update your notes for the team meeting" } ], "actions": [ { "type": "Action.OpenUrl", "title": "Update Notes", "url": "https://google.com" " } ] } This does not work { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "Don't forget to update your notes for the team meeting" } ], "actions": [ { "type": "Action.OpenUrl", "title": "Update Notes", "url": "https://redacted.sharepoint.com/sites/redacted/_layouts/15/Doc.aspx?sourcedoc={redacted}&action=edit" " } ] } I'm posting this card using the Post Adaptive Card to Chat or Channel action in Power Automate. I've also tried wrapping the URL in a encodeUrlComponent function, to no avail.Solved2.3KViews0likes3Comments
Recent Blog Articles
No content to show