Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created October 10, 2022 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/43e75c6df554e5e3812052b6c61f923c to your computer and use it in GitHub Desktop.
Save expiscornovus/43e75c6df554e5e3812052b6c61f923c to your computer and use it in GitHub Desktop.
Uri Get Online Meeting
https://graph.microsoft.com/v1.0/users/@{outputs('Get_my_profile_(V2)')?['body/id']}/onlineMeetings?$filter=JoinWebUrl eq '@{if(equals(indexOf(triggerOutputs()?['body/body'], 'https://teams.microsoft.com/l/meetup-join/'), -1), 'No Teams Meeting', concat('https://teams.microsoft.com/l/meetup-join/', slice(split(split(triggerOutputs()?['body/body'], 'https://teams.microsoft.com/l/meetup-join/')[1], 'class')[0], 0, -2)))}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment