I want to be able to open Zoom links right in Zoom vs bouncing to the browser. I think I can do that in KBM by having the URLs open in Zoom. Tested and working.
The problem is Google Calendar has a dumb link redirect:
ie:
https://www.google.com/url?q=https://us02web.zoom.us/j/82815469789&sa=D&source=calendar&ust=1593962713021000&usg=AOvVaw0mOpRnKZvLkb2OBkAI06B8
https://www.google.com/url?q=https://us02web.zoom.us/j/82607312853&sa=D&source=calendar&ust=1593962879433000&usg=AOvVaw3oYdt-IMRqS_j-X7Kgm8Ik
I want to strip it to show:
https://us02web.zoom.us/j/82815469789&sa=D&source=calendar&ust=1593962713021000&usg=AOvVaw0mOpRnKZvLkb2OBkAI06B8
https://www.google.com/url?q=https://us02web.zoom.us/j/82607312853&sa=D&source=calendar&ust=1593962879433000&usg=AOvVaw3oYdt-IMRqS_j-X7Kgm8Ik
In other words, it should remove: https://www.google.com/url?q=
How can I do that? What is the cleanest way than to open that cleaned uplink in Zoom (set as a variable)?
Thanks!