Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting meetings URL from outlook safe links #181

Open
AliYusuf95 opened this issue Dec 31, 2020 · 0 comments
Open

Detecting meetings URL from outlook safe links #181

AliYusuf95 opened this issue Dec 31, 2020 · 0 comments

Comments

@AliYusuf95
Copy link

I have an issue as stated here leits/MeetingBar#62 (comment), I use Outlook and every link arrives changed to a Safe Link which doesn't match the string used to detect meetings.

if ([link containsString:@"zoom.us/j/"]) {

else if ([link containsString:@"teams.microsoft.com/l/meetup-join/"]) {

example of safe link URL:

https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fus02web.zoom.us%2Fj%2F000000000&data=xxxx

It needs to split URL params, take url query param and decode it to get the real link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants