Hi, I am trying to find a way to get the ID of a calendar within a Microsoft Teams Team. I have tried using Microsoft Graph to return all calendars information assigned to me, and this works, however it does not include any Teams Channel Calendar.
I have viewed other posts on this topic:
But they don't work and don't follow what I am trying to do.
I have a PowerApp which a user will enter their birthday. This birthday is recorded in a list and triggers a flow. This flow takes the birthday and creates an all-day birthday event in a Shared Calendar so everyone can see. I need your help in getting the ID of a Shared Calendar (or the ID of a Teams Channel Calendar [same thing]) so the event will be posted there (yes my account has permissions to create events in that calendar).
Thanks!