Forum Discussion
diegoSpace
Apr 14, 2020Brass Contributor
Create a Teams calendar event from a bot
Hi, I have a nodejs bot running with my Teams app. I would link to add a new meeting event in Teams calendar, is it possible? I have read about 'schedules' in Graph API, but I am not sure if this is...
Trinetra-MSFT
Apr 20, 2020Former Employee
diegoSpace , I've not seen this but I assume that you can try to deep link the webLink Url with Teams
diegoSpace
Apr 20, 2020Brass Contributor
Trinetra-MSFT If I use microsoftTeams.executeDeepLink(webLink) in my Teams task the created event is open but in a browser (not in Teams client I mean):
https://outlook.office365.com/calendar/item/...
The webLink is: https://outlook.office365.com/owa/?itemid=AAMkADBiNDA2...AAA%3D&exvsurl=1&path=/calendar/item
Thanks,
Diego
- Trinetra-MSFTApr 29, 2020Former Employee
diegoSpace , That is a webLink for sure it will work in web only, If you want to open within Teams you can use joinWebUrl that will open within Teams Desktop client.