OfficeDev / microsoft-teams-apps-classroom-dropin

An app template designed to enable system leaders to schedule drop-ins in virtual classrooms.
MIT License
13 stars 7 forks source link

scheduled drop-in doesn't show #25

Open alipingdante opened 3 years ago

alipingdante commented 3 years ago

Hi,... we manage to deploy the app but list of scheduled drop-ins are not showing.

Screenshot 2021-04-20 at 11 39 13 AM

Screenshot 2021-04-20 at 11 45 49 AM

Would you be able to direct us where might be the issue.

r4z0r84 commented 3 years ago

Check your Drop in Flow within powerapps, click on the time of the failed one and it will give you a detailed view of what isn't working. image

For me it was graph api failing and timezone, fixed the timezone using microsofts pre defined list and fixed the graph api by creating a new client secret within microsoft azure>app registrations>classroom dropin>certificates & secrets, and just creating a new client secret, I think i had some other settings wrong in the flow as well because they were referencing the power apps app id and not the azure app id, also the secret value is what you need not the secret id.

this was working 3 months ago but I think it broke when i updated the timezone.