leits / MeetingBar

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

Feature: Add Slack Huddle integration #555

Closed gtrufitt closed 1 year ago

gtrufitt commented 1 year ago

Issue that this suggestion fixes

Slack now allows you to get a huddle link and it would be great to support this

image

Solution description

When clicking on a meeting with a Slack huddle link as the location, it opens the link in slack

Alternatives considered

'Open meeting link from clipboard' works when a huddle link is copied and I faffed about and got it working with the regex https:\/\/app\.slack\.com\/huddle\/.+ which does then open the link in the browser and then in Slack for me

Additional context

No response

leits commented 1 year ago

Thanks for the request! Support was added by @tsub in https://github.com/leits/MeetingBar/pull/556 today. I'm going to include it in the next release.

gtrufitt commented 1 year ago

Fantastic, thank you!