User Profile
Rama-MSFT
Former Employee
Joined Oct 09, 2020
User Widgets
Recent Discussions
Re: Retrieve attendance report when meeting ends
Thanks for reaching us! Teams by default generate attendees report and meeting report after completion of meeting call. We can able to see the list of attendees and the report. But at present we don't have any API to fetch list of attendees and their email address. As this feature is not available at present, could you please raise an UserVoice if this needs to be consider as a future request.1KViews0likes1CommentRe: Unable to enable Teams Developer Tools
Hi George71, Developer Preview is a public program for developers which provides early access to unreleased features in Microsoft Teams. This allows you to explore and test upcoming features for potential inclusion in your Microsoft Teams app. Developer preview is enabled per Microsoft Teams client. This document would help to to enable Developer Preview.2.9KViews0likes1CommentRe: Is there any way to show iframe content in ms teams chat?
Hi kiranbudati, Although it's not 100% standard use of them, you can use a Task Module for this. There are various ways to launch them, and one way is via a button in an Adaptive Card. It's a bit of work learning each of these topics, if you haven't used them before, but it's certainly possible to use the to do what you're trying to achieve.11KViews0likes1CommentRe: Create Event linked to Team Channel
Hi marcog5 , Thanks for reaching us! I have tried with your schema payload to create an event, it works fine for me. It created an event and also can able to see the array of event attendees in calendar. Please have a look on below json, { "subject": "Rama Test Event 1", "body": { "contentType": "HTML", "content": "Does noon work for you?" }, "start": { "dateTime": "2020-12-30T14:00:00", "timeZone": "Pacific Standard Time" }, "end": { "dateTime": "2020-12-31T17:00:00", "timeZone": "Pacific Standard Time" }, "location": { "displayName": "Harry's Bar" }, "attendees": [ { "emailAddress": { "address": "samanthab@contoso.onmicrosoft.com", "name": "Samantha Booth" }, "type": "required" }, { "emailAddress": { "address": "v-raakav@microsoft.com", "name": "Rama" }, "type": "required" } ], "allowNewTimeProposals": true, "transactionId": "7E163156-7762-4BEB-A1C6-729EA81755A3" } Calendar Event: Thanks, Rama Teams Dev Community Response You can share your Feedback/Escalate1.2KViews0likes0CommentsRe: TeamId is not always filled in OnTeamsMembersAddedAsync
YvanB Firstly, we have to add our application in to channel, and please add any member to the team, now you you will hit the "OnTeamsMembersAddedAsync" method. Now you will receive the teamsid in the ChannelData. Could you please have a look on below sreenshot.1.3KViews0likes2CommentsRe: About API List places /places/microsoft.graph.room
Hungnt1035 You can use top parameter to get all rooms as specified. Could you please check this [docs](https://docs.microsoft.com/en-us/graph/query-parameters#top-parameter). Request URL Example: https://graph.microsoft.com/beta/places/microsoft.graph.room?$top=3001.7KViews0likes0Comments
Recent Blog Articles
No content to show