leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.35k stars 188 forks source link

Bug: zoom.com meeting links not detected #652

Closed andrew-craig closed 5 months ago

andrew-craig commented 10 months ago

App Version: 4.6.0 Calendars provider: MacOS Calendar

Issue MeetingBar does not detect zoom meeting links in the calendar event when the link uses the zoom.com domain.

To Reproduce Steps to reproduce:

Expected behavior:

Potential Cause The zoom and zoom_native LinksRegex do not include the zoom.com domain. Updating the regex to https?:\/\/(?:[a-zA-Z0-9-.]+)?zoom.(?:us|com|com.cn)\/(?:my|[a-z]|webinar)\/[-a-zA-Z0-9()@:%_\+.~#?&=\/]* and zoommtg://([a-z0-9-.]+)?zoom\.(us|com|com\.cn)/join[-a-zA-Z0-9()@:%_\+.~#?&=\/]* will correctly identify the meeting link in regex101.com (I have not been able to test this locally in the app).

leits commented 5 months ago

Thanks for the report! Fixed in the new release. Please check it out!