User Profile
Meghana-MSFT
Former Employee
Joined 5 years ago
User Widgets
Recent Discussions
Re: Missing something obvious? Teams App install with custom parameters?
Hi CarterCC - We checked this internally and got a confirmation that this is currently not supported. We currently do not support passing context in the app details deeplink query search parameters right now, the deeplink mentioned only opens app details dialog for app feea88de-b85f-4a8a-a724-d076d8de24af, we don't use the context qsp for anything here.107Views0likes0CommentsRe: CSS Properties being stripped from Teams Chat messages from Bot
Hi CedricZimmermann - Engineering team said that this behavior is by design. Teams Desktop/Web client has implemented new guidelines on what HTML elements and styling is allowed, which is why these properties are getting stripped out. Engineering team is working on updating the document to list out the allowed HTML elements.373Views1like1CommentRe: Send a message to a user with tab app url
Entity id is the ID of the tab, which you provided when configuring the tab. Please refer this table in the doc - https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-link-application?tabs=format1%2Cteamsjs-v2%2Cformat2%2Cspecific%2Cformat3%2Cformat4%2Cformat5#:~:text=The%20ID%20of%20the%20tab%2C%20which%20you%20provided%20when%20configuring%20the%20tab.%20When%20generating%20a%20URL%20for%20deep%20linking%2C%20continue%20to%20use%20entity%20ID%20as%20a%20parameter%20name%20in%20the%20URL.%20When%20configuring%20the%20tab%2C%20the%20context%20object%20refers%20to%20the%20entityId%20as%20page.id.59Views0likes0CommentsRe: MS Teams Meeting - Get Meeting Participants From Graph API
Hi, we got the below update from engineering team. Currently we don’t support this on the onlinemeetings participants API as that is only for the static list of invited participants. The way to get all participants who attended the meeting is using the attendance reports API - https://learn.microsoft.com/en-us/graph/api/resources/meetingattendancereport?view=graph-rest-1.0222Views0likes1CommentRe: How to forward an adaptive card sent from teams bot
Hi mith-ts - Currently, forwarding an adaptive card from a Microsoft Teams bot is not supported by the Bot Framework API. To ensure your idea is considered for future updates, we recommend submitting it through the Teams Feedback Portal. Thanks, Meghana P ------------------------------------------------------------------------------------------ If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.81Views0likes0CommentsRe: Cannot upload Team custom App. Shows constantly shows UnknownTeamsAppManifestExceptionType error
Hi Kiryl22 - Please validate your app package here and check for any errors - https://dev.teams.microsoft.com/validation. If issue still persists, please share your app package with us at microsoftteamsdev@microsoft.com.89Views0likes0CommentsRe: Graph API: Meeting Attendance Details Organizer and Participant Join/Leave Times
Hi Akashsinghaiprus - Could you please refer this meeting attendance report/record APIs. You can use the Get meetingAttendanceReport method to get the attendance report of an online meeting. This also includes above details. https://learn.microsoft.com/en-us/graph/api/resources/meetingattendancereport?view=graph-rest-1.0 https://learn.microsoft.com/en-us/graph/api/attendancerecord-list?view=graph-rest-1.0&tabs=http114Views0likes1Comment
Recent Blog Articles
No content to show