Forum Discussion
PratikChatterjee
Aug 18, 2020Copper Contributor
How to show unscheduled calls on the Teams Calendar?
Is there a way to update the Teams calendar with an unscheduled call after the call has ended? Once the call has ended, I would like the call duration to be logged into my calendar.
- Aug 18, 2020
None currently. The attendance report feature is coming soon, and eventually you can also get data about meeting duration and such programmatically via the Graph API (https://docs.microsoft.com/en-us/graph/api/resources/communications-api-overview?view=graph-rest-1.0), but for the time being you need to do it manually.
VasilMichev
Aug 18, 2020MVP
You can always add an appointment/meeting to your own calendar, either via Outlook or Teams.
- PratikChatterjeeAug 18, 2020Copper Contributor
VasilMichev Yes of course. I could do that on a manual basis.
But is there an option to automate this whereby Teams will read the call duration and automatically update the Calendar?I ask this because I often receive unscheduled calls and it would be nice to have them cataloged in the Calendar so that i am aware as to when and how much time was spent on a certain call.
- VasilMichevAug 18, 2020MVP
None currently. The attendance report feature is coming soon, and eventually you can also get data about meeting duration and such programmatically via the Graph API (https://docs.microsoft.com/en-us/graph/api/resources/communications-api-overview?view=graph-rest-1.0), but for the time being you need to do it manually.
- afasliu123Jan 12, 2024Copper Contributor
Any follow-up on this? I know the analytics exist now but I'd still love to see the unplanned calls on my calendar. VasilMichev