microsoft-teams

Sign-in button prompts for Credentials and successfully authenticates but, doesn't log-in the user

有些话、适合烂在心里 提交于 2020-01-16 08:27:31
问题 Ms Teams Chat Bot : MS Teams OAuth Authentication Sign-in button prompts for Credentials and successfully authenticates but, doesn't log-in the user Using MS Teams: Validation Code Text Box Popup Doesn't Show up: In MS Teams The Sign-in button works to show the login prompt, the authentication is successful but then, The Validation code Text Box doesn't show up and the further Bot code is not executed. When I re-type the utterance "Hi" it, shows the Sign-in button again. Using Azure Webchat &

OAuth Implementation in MS Teams and MSBotframeworkV4 Chatbot causing Adaptive Card Submit to Malfunction

余生长醉 提交于 2020-01-15 10:10:06
问题 Linked To This issue is linked to my previous post related to an issue with MS Bot framework oAuth Authentication in MS Teams Chanel. The OAuth Authentication has started working but, am facing this issue as a result of the suggested code changes to enable OAuth Authentication. Linked Post URL: Sign-in button prompts for Credentials and successfully authenticates but, doesn't log-in the user Used the following Git Hub Code Sample as a basis for the OAuth code and retrofitted to my existing

Why I cannot see “Create an outgoing webhook” link?

风格不统一 提交于 2020-01-14 12:34:27
问题 I follow the instruction on this page. Outgoing webhooks in Microsoft Teams but I cannot see the link "Create an outgoing webhook". What should I do? 回答1: I think you could check 3 points: You should be in a "Member" role or an "Owner" role. The link does not show if you are a "Guest" in the team. If you are already a "Member", ask your team Owner to check if the permission is on. Assign roles and permissions As Wajeed - MSFT mentioned, Allow sideloading of external apps (Step #5) 来源: https:/

Custom Microsoft Teams Connector doesn't communicate with an external service at all

房东的猫 提交于 2020-01-06 07:25:36
问题 Common description First, my goal is sending notifications from my service using an internal API to a MT channel and having an option to answer it transmitting one to internal API. I've found a Connector has such functionality. Good example which i've tried to use StackOverflowConnector. It was a good point to start that is exactly what i need(Bot has inappropriate UI behaviour) , but i've decided to do it by small steps from creating a Bot just to understand things better. In short i had

Outlook.MailItem.HTMLBody doesn't refresh when updated under inline response

梦想的初衷 提交于 2020-01-06 07:11:55
问题 When setting MailItem.HTMLBody for a inline response, sometimes the updated body never gets displayed. If I make a call to MailItem.Save() , sometimes it shows up but only under saved draft preview. Does anyone know of a way to force the updated HTMLBody to render? Some addition findings: For emails with only plain text (but MailItem.BodyFormat is OlBodyFormat.olFormatHTML ), this always happens. For emails with HTML content and images, this happens if user chooses to download external

Outlook.MailItem.HTMLBody doesn't refresh when updated under inline response

泄露秘密 提交于 2020-01-06 07:11:15
问题 When setting MailItem.HTMLBody for a inline response, sometimes the updated body never gets displayed. If I make a call to MailItem.Save() , sometimes it shows up but only under saved draft preview. Does anyone know of a way to force the updated HTMLBody to render? Some addition findings: For emails with only plain text (but MailItem.BodyFormat is OlBodyFormat.olFormatHTML ), this always happens. For emails with HTML content and images, this happens if user chooses to download external

Can I show more than one button/option in teams using cards?

独自空忆成欢 提交于 2020-01-06 05:26:20
问题 I am trying to put 8 options in a card but I need to scroll to get other options horizontally. Is there it possible to make it available in a single card 回答1: Currently you can add only 6 actions directly in an adaptive card. If you want to send more than 6 buttons here are two things you could try: Use ActionSets which would add 6 buttons in each set.In this way you can show 12 buttons in a card. Please try this out in the AdaptiveCards Designer. You could try using AdaptiveCard.ShowCard

Programmatically sending a message to a bot in Microsoft Teams

会有一股神秘感。 提交于 2020-01-06 05:09:10
问题 I have created a proactive bot that basically asks certain questions to a user when a user starts conversation with the bot. The bot is deployed in Microsoft Teams environment. Is there any way that i can send automated message to a bot in a channel? I know messages can be sent using powershell by utilizing webhook url exposed by a particular team or using MS Flow. But I want to mention bot (e.g. @mybothandle) in the message so the bot starts asking questions by itself than requiring the user

Is there a field to get online meeting url if it is Microsoft Teams meeting?

偶尔善良 提交于 2020-01-06 01:25:28
问题 When I use this API to get events GET https://graph.microsoft.com/v1.0/me/calendarview?startdatetime=2018-04-11T00:00:00.000Z&enddatetime=2018-04-18T00:00:00.000Z If it is a Skype meeting, there will be a onlineMeetingUrl field and have the meeting url. However, if it is a Microsoft Teams meeting, onlineMeetingUrl is null. Is there another special field for the meeting url? Thanks Below is a Microsoft Teams meeting: { "@odata.etag": "W/\"oCWUK/b/Ok2lJzxdSR2E9QABXMy2tg==\"", "id":

Access Denied when querying Teams in Microsoft Graph

不羁岁月 提交于 2020-01-04 06:15:28
问题 Whenever I query the Teams endpoint in Microsoft Graph: GET https://graph.microsoft.com/beta/teams/{id} I get the following error: AccessDenied - Failed to execute Skype backend request GetThreadRequest. The permissions are set according to the documentation. (Group.Read.All - delegated permission) Querying https://graph.microsoft.com/beta/groups/{id} is working while with the same access token https://graph.microsoft.com/beta/teams/{id} isn't. I tried it with my own application and in the